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 Aug 13, 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

Capitalizing the first letter of each sentence on the touch keyboard in Windows 11 is a built-in feature that automatically makes the start of every new sentence a capital letter. You can turn this setting on or off in just a few clicks through the Windows settings app.

This auto-capitalization works on standard touch keyboard layouts, though it does not work if you switch the layout 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.

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.

Press Win+I to launch Settings directly. Choose Time & language from the left sidebar.

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.

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

⚠️Warning
Editing the Registry carries inherent risks. Following instructions carefully and backing up the Registry beforehand prevents system instability.

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.

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

To apply these changes, save the code into a text file with a .reg extension (like touchkeyboard_autocap.reg) and double-click the file to run it. 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.

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.

📚 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 Access Settings in Windows 11
Windows How to Access Settings 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 *