Skip to content
Follow
Windows

How to Turn On or Off Capitalizing the First Letter of Each Sentence on the Touch Keyboard in Windows 11

Richard
Written by
Richard
Mar 12, 2026 Updated Sep 15, 2026 2 min read
How to Turn On or Off Capitalizing the First Letter of Each Sentence on the Touch Keyboard in Windows 11
How to Turn On or Off Capitalizing the First Letter of Each Sentence on the Touch Keyboard in Windows 11

Automatic capitalization on the Windows 11 touch keyboard makes typing faster by turning the first letter of every new sentence into an uppercase letter without extra keystrokes. You can turn this feature on or off in the Settings app under the typing options.

Advertisement

This setting works on standard touch keyboard layouts, but it stays inactive if you switch to the traditional keyboard style.

⚡ Quick Answer

Go to Settings Time & language Typing. Expand Touch keyboard and check or uncheck “Capitalize the first letter of each sentence” to enable or disable the feature.

Advertisement

How to Turn This Feature On or Off Using Settings

  1. Open Settings by pressing Windows key + I on your keyboard.
  2. Click Time & language from the menu on the left side.
  3. On the right side, click Typing.
  4. Scroll down and click the arrow next to Touch keyboard to open more options.
  5. Check the box to Capitalize the first letter of each sentence if you want it ON. Uncheck it to turn it OFF.

Windows 11 touch keyboard capitalization can be turned on or off quickly through the main Settings app . You just need to open the typing preferences menu, find the touch keyboard options, and check or uncheck the box for starting sentences with a capital letter. This takes less than a minute and applies to your touch screen typing right away.

Windows 11 Settings Typing tile for touch keyboard options
Windows 11 Settings Typing tile for touch keyboard options

Windows 11 touch keyboard capitalize first letter sentence setting
Windows 11 touch keyboard capitalize first letter sentence setting

Closing the Settings window finalizes the process.

Advertisement

How to Turn This Feature On or Off Using the Windows Registry (Advanced)

Windows 11 touch keyboard capitalization can also be changed by editing the system registry using a custom script. This advanced method lets you update the setting without opening the normal menus by adding a specific registry key to your user profile. Always back up your system first because mistakes in the registry can cause major errors.

To turn ON automatic capitalization for the touch keyboard, save the following code into a text file with a .reg extension and double-click the file to run it.

reg add "HKEY_CURRENT_USERSoftwareMicrosoftTabletTip1.7" /v EnableAutoShiftEngage /t REG_DWORD /d 1 /f
⚠️WarningTo turn OFF automatic capitalization, use this code instead:
reg add "HKEY_CURRENT_USERSoftwareMicrosoftTabletTip1.7" /v EnableAutoShiftEngage /t REG_DWORD /d 1 /f

Save the code as a .reg file and double-click it to apply the changes. Restarting the PC or signing out and back in forces the system to apply these updates.

Summary

  • The touch keyboard in Windows 11 helps you type without a physical keyboard on touchscreen devices.
  • By default, it makes the first letter of each sentence a capital letter to help your typing look cleaner.
  • You can turn this feature on or off easily in Settings or by changing the Registry.
  • Adjust this setting to fit your own typing style and preferences.
  • This feature does NOT work if you use the traditional keyboard layout on the touch keyboard.

Windows 11 touch keyboard capitalization is a built-in feature that automatically makes the first letter of every new sentence uppercase when you type on a screen. You can control this behavior using either the standard Settings app or the Registry Editor depending on your preference. Adjusting this option helps match your personal typing style on tablets and touch screen laptops.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Enable or Disable the Touch Keyboard in Windows 11
Windows How to Enable or Disable the Touch Keyboard in Windows 11
How to Make Windows Start and Search Work Better in Windows 11
Windows How to Make Windows Start and Search Work Better in Windows 11
How to Enable or Disable Windows 11 Touch Keyboard Sounds
Windows How to Enable or Disable Windows 11 Touch Keyboard Sounds
How to Open and Use the On-Screen Keyboard in Windows 11
Windows How to Open and Use the On-Screen Keyboard in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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