How To Change Keyboard From Us To Uk Windows 11 May 2026

| Key Combination | US Output | UK Output | |----------------|-----------|-----------| | Shift + 2 | @ | " | | Shift + 3 | # | £ | | Shift + ' (apostrophe) | " | @ | | Shift + \ (backslash) | | | # (on some layouts) | | Key to left of 1 | | ¬ | | Grave/tilde key location | Top-left | Next toZ` (on ISO keyboards) |

After following these steps, test the following keys on your keyboard. If they produce the correct characters, you have successfully changed from US to UK:

| Key Press | US Output | UK Output | | :--- | :--- | :--- | | Shift + 2 | @ | " | | Shift + 3 | # | £ | | Key left of Enter (Quote key) | ' / " | @ (on the same key as ') | | Shift + \ (above Enter on US) | \| | # |

Changing your keyboard from US to UK on Windows 11 is a simple process that takes less than two minutes once you know where to look. Whether you use the modern Settings app, the classic Control Panel, or PowerShell, the key steps are: add the "English (United Kingdom)" language, ensure the UK QWERTY keyboard is selected, and remove or deprioritize the US layout.

With the UK layout active, you'll finally have the £ symbol at your fingertips and correct placement of quotes and @—making typing feel natural again. If you ever need to switch back, just reverse the steps or use the taskbar language picker.

Now, go ahead and type that British pound sign with confidence: £ (Shift+3)

To change your keyboard layout from in Windows 11, navigate to Settings > Time & language > Language & region, add the United Kingdom layout under your language options, and then use the Windows key + Spacebar shortcut to switch inputs. 🖱️ Blog: Fixing the "@" and " " Mix-up on Windows 11

If you've ever tried to type an email address only to see " appear instead of @, you’re likely using a US keyboard layout on a UK physical keyboard—or vice versa. This common frustration happens because Windows 11 often defaults to "English (United States)" during setup.

Here is how to set things right and switch to the UK layout permanently. 1. Add the UK Keyboard Layout

First, you need to tell Windows that the United Kingdom layout is an option.

Open Settings: Press Win + I or click the Start button and select the gear icon. how to change keyboard from us to uk windows 11

Navigate to Language: Go to Time & language in the left sidebar, then click Language & region.

Access Language Options: Find your installed language (e.g., English (United States) or English (United Kingdom)). Click the three horizontal dots (...) next to it and select Language options.

Add the Keyboard: Scroll down to the Keyboards section and click Add a keyboard. Search for and select United Kingdom (QWERTY). 2. Switch Between Layouts Instantly

Once added, you don't have to stay in settings to change your input.

The Shortcut: Press Windows key + Spacebar to cycle through your installed layouts. A small menu will appear on the right side of your screen showing your active choice.

Taskbar Method: Look at the bottom-right corner of your taskbar (near the clock). You will see a language abbreviation like ENG US. Click it to select ENG UK from the popup menu. 3. Remove the US Layout (Optional)

If you never want to accidentally switch back to the US layout, you can remove it entirely.

Return to the Language options menu where you added the UK keyboard. Click the three dots (...) next to the US keyboard layout. Select Remove.

Pro Tip: If your "@" symbol is still in the wrong place, it's because the physical keys on a UK keyboard are mapped differently. Switching the software setting to "United Kingdom" ensures that what you press on the key matches what appears on the screen. How To Change Keyboard Layout in Windows 11

in this video I'm going to show you how to change your keyboard layout on your laptop. or. computer. so this can be really useful. YouTube·Your Fix Guide How to Change Keyboard Language in Windows 11 | Key Combination | US Output | UK

To change your keyboard layout from US to on Windows 11, follow these steps to add the new layout and switch your active input method. 1. Add the UK Keyboard Layout by pressing the Windows key + I Navigate to Time & language Language & region Find your preferred language (e.g., English (United States) English (United Kingdom) ) in the list. three dots (...) next to the language and select Language options Scroll down to the section and click Add a keyboard Search for and select United Kingdom 2. Switch Between Keyboard Layouts

Once you have added the UK layout, you can quickly switch between it and the US layout using these methods:

To change your keyboard layout from US to UK on Windows 11, you need to adjust the settings within the Time & Language menu. Step-by-Step Instructions

Open Settings: Press Windows Key + I or click the Start icon and select the gear icon.

Navigate to Language: Click Time & language in the left sidebar, then select Language & region.

Locate English (United Kingdom): Look for English (United Kingdom) under the Preferred languages list. Add Language (If Missing): Click Add a language. Type "United Kingdom" and select English (United Kingdom). Click Next, then Install.

Access Options: Click the three dots (...) next to English (United Kingdom) and select Language options. Add UK Keyboard: Scroll to the Keyboards section. Click Add a keyboard. Select United Kingdom (QWERTY). Remove US Keyboard (Optional):

Click the three dots (...) next to the US keyboard and select Remove to prevent accidental switching. ⌨️ Quick Toggle Shortcuts

Once multiple layouts are installed, you can switch between them instantly:

Windows Key + Spacebar: Cycles through all installed keyboard layouts. In the Region window, click the "Administrative" tab

Taskbar Method: Click the language abbreviation (e.g., ENG US) next to the clock in the bottom-right corner and select ENG UK. Key Differences to Watch For

The UK layout rearranges several common symbols compared to the US version:

" (Double Quote): Found at Shift + 2 on UK layouts (it is @ on US).

@ (At Symbol): Found near the Enter key on UK layouts (it is Shift + 2 on US). £ (Pound Sign): Found at Shift + 3 on UK layouts.

# (Hash): Usually moves to a dedicated key near the Enter/Return key.

Do you need to set the UK layout as the system-wide default?

Are you having trouble with specific symbols like the Euro (€) sign?

Title: Technical Guide: Configuring Keyboard Layouts from US to UK in Windows 11

Date: October 26, 2023 Subject: Operating System Configuration and Regional Input Management Platform: Microsoft Windows 11 (Versions 21H2, 22H2, and newer)


In the Region window, click the "Administrative" tab.

If you want to keep only the UK layout for the English language, you can modify the list:

$langList = Get-WinUserLanguageList
$usLang = $langList | Where-Object $_.LanguageTag -eq "en-US"
if ($usLang) 
    $usLang.InputMethodTips.Remove("0409:00000409")  # This removes the US keyboard
    Set-WinUserLanguageList $langList -Force

Alternatively, to remove the entire US language: $langList.Remove($usLang) followed by Set-WinUserLanguageList $langList -Force.

Button Text
Button Text
Button Text