Change Key Text Size on Touch Keyboard in Windows 11
Changing the key text size on the touch keyboard in Windows 11 lets you adjust the on-screen keys to Small, Medium, or Large so you can tap them easier. Small is the default size, but making the keys bigger helps if you have trouble seeing them or keep hitting the wrong letters on your touchscreen.
Open Settings by pressing Win+I. Navigate to Personalization, then Touch keyboard. Use the Key text size dropdown to select Small, Medium, or Large.
How to Change Key Text Size Using Settings
- Press Win+I on your keyboard to open Settings.
- On the left side, click Personalization.
- Then click Touch keyboard or Text input on the right side.
- Look for the Key text size dropdown menu under Keyboard theme.
- Choose Small, Medium, or Large for the size you want.
- Close Settings when you’re done.
Direct navigation works too by clicking this link to open Windows Settings :
Open Text input settings

Windows 11 builds 22504 and newer require clicking Touch keyboard to reveal the full menu of options.

How to Change Key Text Size Using the Registry (For Advanced Users)
Advanced users can modify the Windows Registry (a central database for system configurations) by creating or editing a value named Scale. Follow these steps:
Small (default size)
reg add "HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7" /v KeyLabelSize /t REG_DWORD /d 0 /f
Medium
reg add "HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7" /v KeyLabelSize /t REG_DWORD /d 1 /f
Large
reg add "HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7" /v KeyLabelSize /t REG_DWORD /d 2 /f
Important: Registry modifications often require closing and reopening the touch keyboard or restarting the computer for updates to take effect.
Summary
- It’s easy to change the size of the letters on the touch keyboard in Windows 11.
- The easiest way is to use the Settings app, where you can pick Small, Medium, or Large key text size.
- Advanced users can edit the Registry to change the text size directly.
- Picking the right key text size makes typing on touchscreens easier and more comfortable.
- Don’t forget to restart the touch keyboard if you use the Registry method for changes to take effect.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!