Software

Google Earth Pro

by Google · Freeware

The world's most detailed globe

Record

Latest version
7.3.7.1327
Release date
17 Aug 2026
Package identifier
Google.EarthPro

Official downloads

These URLs are the ones Google declares in its own manifest. We do not proxy or shorten them, and we do not host a copy.

More than one architecture below. Check which one your Windows is if you are not sure.

Verify the file you downloaded

Run this against the file on disk. If the output does not match the hash below, the file is not what Google published. Delete it.

Windows · PowerShell

Get-FileHash "googleearth-win-pro-7.3.7.1327-x64.exe" -Algorithm SHA256

macOS · Linux

shasum -a 256 "googleearth-win-pro-7.3.7.1327-x64.exe"

Expected output

12955495fb4357c88d18b2665513a5adadda0724152147529ca853c80354422b

Got a different hash, or one you cannot place? Paste it into the hash checker and it will tell you which program and version it belongs to, past releases included.

Install Google Earth Pro silently

The unattended switch below is the one Google declares in the installer manifest, not one we guessed by trying flags.

32-bit · machine scope · publisher-declared

.\googleearth-win-pro-7.3.7.1327-x86.exe OMAHA=1

64-bit · machine scope · publisher-declared

.\googleearth-win-pro-7.3.7.1327-x64.exe OMAHA=1

Run it from the folder holding the downloaded file, in a terminal opened as administrator when the package installs for all users. Silent means no window and no prompts, so check the exit code rather than waiting for something to appear: 0 is success and 3010 means it worked but wants a reboot.

Silent install commands for every program we index · silent uninstall

Uninstall Google Earth Pro cleanly

Every guide on this tells you to hunt for the product code with Get-WmiObject or in the registry. You do not need to: it is published in the installer manifest, and it is printed below.

Product code · 32-bit

{664521D1-5505-40B2-BB6B-4E06F34A3995}

Uninstall, with the usual prompts

msiexec /x {664521D1-5505-40B2-BB6B-4E06F34A3995}

Silent, for deployment

msiexec /x {664521D1-5505-40B2-BB6B-4E06F34A3995} /qn /norestart

Product code · 64-bit

{3D62248F-DE98-4CEB-A1D9-E69073E085D3}

Uninstall, with the usual prompts

msiexec /x {3D62248F-DE98-4CEB-A1D9-E69073E085D3}

Silent, for deployment

msiexec /x {3D62248F-DE98-4CEB-A1D9-E69073E085D3} /qn /norestart

The product code changes with every version

The codes above belong to Google Earth Pro 7.3.7.1327, the version in our index. If you have an older release installed, its code is different and this command will report that the product is not installed. In that case run Get-Package -Name "Google*" in PowerShell to read the code of what you actually have.

This removes the program as the publisher packaged it. Settings and files created after installation, typically under AppData, are deliberately left behind by the uninstaller and have to be deleted by hand if you want them gone.

Reinstalling and hitting error 1638? That is this same product code, and the command above is the fix.

Product codes for every program we index, with the msiexec switches and how to read the code off your own machine.

Download Google Earth Pro for Mac

The macOS build as Homebrew declares it, with the same treatment as the Windows side: the publisher's own URL and a hash to check it against.

Version on Homebrew
7.3.7.1155
File name
googleearthpromac-intel-7.3.7.dmg
Install with Homebrew
brew install --cask google-earth-pro

How we scored this 100 out of 100

SignalFindingPoints
SHA-256 hash published2 of 2 installers ship a SHA-256 hashWithout a published hash there is no way to prove the file you downloaded is the file the publisher built.30 / 30
Binary provenance2 on the publisher's own domainThe strongest signal against a repackaged installer: the file should come from the publisher, not from a mirror nobody vouches for.35 / 35
Served over HTTPS2 of 2 over HTTPSAn installer fetched over plain HTTP can be modified in transit.15 / 15
Release recencylast release about 0 months agoSoftware that has not shipped in years accumulates unpatched vulnerabilities.15 / 15
Licence declaredFreewareA declared licence tells you what you are actually allowed to do with the software.5 / 5

Opens 3 file types

Extensions Google Earth Pro registers itself to handle.

Is Google Earth Pro safe to download?

Yes, in the sense we can actually verify: the installer downloads from google.com, which is a domain we have tied to Google.

Every one of the 2 installers on this page comes with the SHA-256 Google declared, so you do not have to take our word for it: hash the file you downloaded and compare.

What this does not tell you is whether the software itself is any good, or whether you want what it does once installed. A publisher can ship something you would rather not run and the download is still authentic. We answer the question we can measure and leave the other one to you.

If Windows says “Windows protected your PC” when you run it, that is SmartScreen reporting reputation, not a malware verdict — it shows up on perfectly legitimate software from small publishers and on releases that are simply new. The reverse matters more: no warning does not mean the file was checked.

How the 100/100 score is calculated · why the source matters more than the reputation

Install Google Earth Pro with winget

Windows ships with a package manager, and this program is in it. The identifier below is the one Microsoft's repository uses, which is also where the download URL and hash on this page come from.

Install

winget install --id Google.EarthPro --exact

Upgrade later

winget upgrade --id Google.EarthPro

Why --exact: without it winget matches on name as well as identifier, and a search that returns more than one package makes it stop and ask rather than install. Pinning the identifier is what makes the command safe to put in a script.

Not installing anything, or getting an error back? The commands that actually come up covers upgrading everything at once, what --include-unknown is for, and why winget can be missing from a machine that should have it.

Old versions of Google Earth Pro8 with hashes

The version history of Google Earth Pro, each release with the download URL the publisher declared at the time and the SHA-256 to check it against. Useful when an update breaks something and you need to downgrade to a build that worked.

We do not host any of these files and never re-upload them, which is the difference between this and an old-version download site.

  • googleearth-win-pro-7.3.7.1155-x86.exe32-bitofficial URL

    80116B7DEC305A9B0A62B49B3865C597485213FB3C3391C6DCEFB6B5CBF5C8C8

  • googleearth-win-pro-7.3.7.1155-x64.exe64-bitofficial URL

    D58F4DB230805387ECAD5BEDFF5E373A803B410EF1F995A6660E92EF9D7F429E

  • googleearth-win-pro-7.3.7.1094-x86.exe32-bitofficial URL

    8540C068EB2A70CC66146292FD91A8A3334EF62011ED50B88B0165A882E30730

  • googleearth-win-pro-7.3.7.1094-x64.exe64-bitofficial URL

    E677726D5BF6969EB498D1052039D2B21E7A0658D22F1A76DF36120E737783A1

  • googleearth-win-pro-7.3.6.10441-x86.exe32-bitofficial URL

    50BE0C04B12A577BB449D44388ED98310A47E5BE852A9E7A43219DAB32D220F7

  • googleearth-win-pro-7.3.6.10441-x64.exe64-bitofficial URL

    D8AA6D38D95D92D18601F94B1DA092B34F9D275ADE630FB972BAFF8BF1E4EBD8

  • googleearth-win-pro-7.3.6.10201-x86.exe32-bitofficial URL

    C97C459D609A6114C696D703DAC844EA0377CC64D04F88B08E5ACC26FA91F779

  • googleearth-win-pro-7.3.6.10201-x64.exe64-bitofficial URL

    663D2E45BDF7DF41D3D9A355A99C121D10A3830A23FC66BC554F1C532F6E2238

  • googleearth-win-pro-7.3.6.10155-x86.exe32-bitofficial URL

    3F0FFCF6D8037655526C988EEAEEF96852B75E5FD8C08785A044D12442FF96CE

  • googleearth-win-pro-7.3.6.10155-x64.exe64-bitofficial URL

    78BCFB435E018CF4E88167900E8CFD486208DC38B59663141F4195D4C352460C

  • googleearth-win-pro-7.3.6.9796-x86.exe32-bitofficial URL

    EBF093542CF10105C02FC7E6EE650E1B11293E9ECB74CE4E7D906E04613E292D

  • googleearth-win-pro-7.3.6.9796-x64.exe64-bitofficial URL

    DFB78631D794FD32B09FDC3C9105594F0E100D2343D6F9681612A84FA3FC5325

  • googleearthprowin-7.3.4-x64.exe64-bitofficial URL

    2B1BDCB63B7239505E89CE2632555FA86851A47231A0E85B168245E56C02BA08

  • googleearthprowin-7.3.4.exe32-bitofficial URL

    FA46BE3CA404015E56FF3219052AFBE702AC2CE02130E49135753E8A0B25D5AE

  • googleearthprowin-7.3.3-x64.exe64-bitofficial URL

    FE2711C7CB75455B52D7E4A6700BE296FD567AF607D5D43BFA8BA7451BB7C2B7

  • googleearthprowin-7.3.3.exe32-bitofficial URL

    30F4DB70ADE8C80BC40C1CC44F22AB725292F5F84D15DDA8F7958891ADCFC2C9

Publishers take old builds offline without warning, so a link here can stop working even though the hash stays correct forever. If you already have the file, the hash is what matters: it tells you whether what you have is what they published.

Every version on record9

Every Google Earth Pro version with a published manifest, newest first. The most recent ones are listed above with their file names and hashes.

  • 7.3.7.1327
  • 7.3.7.1155
  • 7.3.7.1094
  • 7.3.6.10441
  • 7.3.6.10201
  • 7.3.6.10155
  • 7.3.6.9796
  • 7.3.4.8642
  • 7.3.3.7786

More programs we index

Not related to Google Earth Pro — just other entries, each with its own official URL and published hash.

Where our data comes from