Why Change Your Chrome Location to Another Country?
There are many legitimate reasons to make Chrome appear to be in a different country:
- SEO and SERP research — see exactly what Google shows users in another country
- Localized pricing — check whether a product costs more or less in another market
- Regional content access — view news, sports coverage, or services only available locally
- Developer testing — verify that your app shows the right content for international users
- Ad intelligence — see what ads appear to users in other countries
The Two-Layer Problem
Before starting, understand that there are two separate systems that determine your "country":
- Your IP address — checked against MaxMind, IP-API, and similar databases
- Your browser GPS coordinates — provided by the HTML5 Geolocation API
Some sites check only one; high-stakes sites (streaming, banking, e-commerce pricing) often check both. This guide explains how to change each layer.
Layer 1: Change Browser GPS to Another Country
This is handled by Location Guard.
Setup
- Install Location Guard — free, 2 minutes
- Click the shield icon → Options
- Set Default Level → Fixed Location
- Search for your target country's major city (e.g., "Berlin" for Germany)
- Click Save
Chrome will now report coordinates matching your target country to every site that requests location.
Country coordinate reference:
| Country | City | Latitude | Longitude |
|---|---|---|---|
| United States | New York | 40.7128 | -74.0060 |
| United Kingdom | London | 51.5074 | -0.1278 |
| Germany | Berlin | 52.5200 | 13.4050 |
| Japan | Tokyo | 35.6762 | 139.6503 |
| Australia | Sydney | -33.8688 | 151.2093 |
| Brazil | São Paulo | -23.5505 | -46.6333 |
| Canada | Toronto | 43.6532 | -79.3832 |
| France | Paris | 48.8566 | 2.3522 |
| India | Mumbai | 19.0760 | 72.8777 |
Layer 2: Change IP Country (with a VPN)
For complete country simulation, you also need your IP address to match. Use a VPN:
- Connect to a server in your target country
- Verify at ipinfo.io that your IP shows the correct country
- Combine with Location Guard set to the same country for maximum consistency
How to Change Google Search Location to Another Country
Google uses your IP, GPS, and browser language to decide which country's index to serve you. To force a specific country:
Method A: Country-Specific Google Domain
Simply navigate to that country's Google domain:
google.de(Germany)google.co.jp(Japan)google.co.uk(UK)google.com.br(Brazil)
Method B: URL Parameter
Add &gl=DE&hl=de to any Google Search URL to get German results with German language:
https://www.google.com/search?q=your+query&gl=DE&hl=de
Common country codes: US, GB, DE, JP, AU, FR, BR, IN, CA
Method C: Location Guard + Incognito Tab
- Set Location Guard to your target country
- Open an Incognito window (Ctrl+Shift+N)
- Search on google.com — results will be personalized to your fake location
Incognito ensures no previous location history or cookies influence the results.
Verifying Your Country Changed
Run this checklist after setup:
- IP: ipinfo.io shows the correct country
- GPS: browserleaks.com/geo shows the correct coordinates
- Google Search homepage shows the local version
- A local news site shows country-appropriate content
FAQ
Does this let me watch Netflix in another country? Streaming platforms check both IP and GPS. Location Guard handles the GPS layer; you also need a VPN for the IP layer — and Netflix actively blocks many VPN IP ranges.
Will Google think I'm a different user? If you use Incognito mode, Google can't link the session to your account history. With a normal tab, Google may override location based on your account's home country settings.
Can I switch countries quickly? Yes — open Location Guard Options and move the pin. Changes take effect immediately on the next location request.