Windows

How to Change Your Country or Region in Windows 11

Richard
Written by
Richard
Feb 18, 2026 Updated Mar 30, 2026 2 min read
How to Change Your Country or Region in Windows 11

This guide will help you change the country or region setting on your Windows 11 computer. This setting is called your geographic location (GeoID).

Why does this matter? Your country or region setting tells Windows and apps where you are. This helps show you the right local content like apps, games, movies, and services.

When should you do this? Sometimes, if you move or travel to a different country, you might want to update this setting so everything works properly.

Option 1: Change Country or Region in Settings

  1. Press Windows key + I to open Settings.
  2. Click on Time & language on the left side.
  3. Then click Language & region on the right side.
  4. Under Country or region, click the drop-down menu and pick your new location.
  5. Close Settings when you’re done.

Click here to open Language & Region Settings directly

Windows 11 Settings showing Time & language and region optionsWindows 11 Language & Region Settings

Windows 11 Language & region settings with country dropdown menuSelect your country or region from the list

Option 2: See Your Current Country or Region Using a Command

  1. Open Windows Terminal by searching for it in the Start menu.
  2. Choose either Windows PowerShell or Command Prompt tab.
  3. Type or paste this command and press Enter:

    Get-WinHomeLocation
  4. You will see your current country or region code.
  5. Close Windows Terminal when done.

Option 3: Change Your Country or Region Using a Command

⚠️ Note: This step requires admin privileges.

If you want to change your location using a command, follow these steps:

  1. Open Windows Terminal and pick PowerShell or Command Prompt.
  2. Type this command and press Enter:

    Set-WinHomeLocation -GeoID <GeoID number>
  3. Replace <GeoID number> with the correct number for your country.
  4. Close Windows Terminal when finished.

You can find the list of GeoID numbers on Microsoft’s website here: Geographical Location Identifiers

Example: To set your location to the United States, use:

PowerShell
Set-WinHomeLocation -GeoID 244

Set contry and region commandChanging your location using a command

Summary

  • Your country or region setting controls what apps and services you can access in Windows 11.
  • You can change it easily in Settings or by using commands in Windows Terminal.
  • Make sure to pick the correct location so Microsoft Store, Xbox, and other apps show the right content for you.
  • When using commands, check the official GeoID list to find the right number for your country.

That’s all! Changing your country or region in Windows 11 is simple and helps make your PC feel more local and personal.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2458 articles → Twitter

📚 Related Tutorials

How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
Enable Shield Icon in Windows Terminal Admin Mode
Windows Enable Shield Icon in Windows Terminal Admin Mode

Leave a Reply

Your email address will not be published. Required fields are marked *