Skip to content
Follow
Windows

How to Enable or Disable Touch Indicator in Windows 11

Richard
Written by
Richard
Feb 21, 2026 Updated Sep 15, 2026 4 min read
How to Enable or Disable Touch Indicator in Windows 11
How to Enable or Disable Touch Indicator in Windows 11

The touch indicator in Windows 11 puts a small grey circle on your screen every time you tap or swipe a touch-enabled laptop or tablet. This visual cue shows you exactly where your finger lands, which helps when you record your screen or check if your touch screen works.

Advertisement

You can turn this circle on or off in the main Windows settings app in less than a minute. Open Settings , go to Accessibility, click Touch, and toggle the touch indicator switch to on or off.

⚡ Quick Answer

Open Settings , navigate to Accessibility, then Mouse pointer and touch, and toggle the Touch indicator option. Alternatively, open Control Panel , click Pen and Touch, select the Touch tab, and check or uncheck “Show visual feedback when touching the screen.

Advertisement

Option 1Turn On or Off Touch Indicator Using Settings

How do you enable the touch indicator in Windows 11?
  1. Press Windows key + I on your keyboard to open Settings .
  2. On the left side, click Accessibility.
  3. On the right side, click Mouse pointer and touch.
  4. Find the Touch indicator option and turn it On or Off as you like.
  5. If you turn it On, you can also check the box for Make the circle darker and larger to make the circle easier to see.
  6. When done, simply close the Settings window.

The Windows 11 touch indicator can be turned on or off using the Settings app by navigating to the accessibility menu. This built-in feature displays a small circle on your screen whenever you tap it, making it easier to see your touches. You can also customize the circle to be larger and darker for better visibility.

Windows 11 Mouse pointer and touch settings tile interface
Windows 11 Mouse pointer and touch settings tile interface

Mouse and touch tile in Settings
Mouse and touch tile in Settings

Option 2Turn On or Off Touch Indicator Using Control Panel

How to manage touch indicator via Control Panel
  1. Open the Control Panel . You can do this by typing Control Panel in the search box and pressing Enter.
  2. Make sure the view is set to Small icons or Large icons (not Category view).
  3. Click on Pen and Touch.
  4. In the new window, click the Touch tab.
  5. Check or uncheck Show visual feedback when touching the screen to turn the touch indicator on or off.
  6. If you turn it on, you can also check Optimize visual feedback for projection to an external monitor to make the circle darker and bigger.
  7. Click OK when you are done.

The Windows 11 touch indicator is managed through the traditional Control Panel by opening the Pen and Touch settings. This alternative method lets you check or uncheck visual feedback options so you can control whether a circle appears on your screen when you touch it.

Advertisement
Pen and Touch options dialog with touch indicator settings
Pen and Touch options dialog with touch indicator settings

Option 3Turn On or Off Touch Indicator Using Registry (For Advanced Users)

Configure touch indicator using Registry Editor

For those comfortable with advanced settings, the Windows Registry offers another way to change the touch indicator. This method is for experienced users only. Always back up your registry before making changes.

⚠️ This step requires admin privileges.

Turn On Touch Indicator (default)

Enable touch indicator with contact visualization
⚠️Warningreg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 1 /f

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 1 /f

Advertisement
⚠️Warningreg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 31 /f

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 31 /f

Turn On Touch Indicator with Darker and Larger Circle

Enable touch indicator without contact visualization

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 2 /f

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 31 /f

Turn Off Touch Indicator

Disable touch indicator

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 0 /f

Advertisement

reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v ContactVisualization /t REG_DWORD /d 0 /f

Summary

Summary of touch feedback options

The Windows 11 touch indicator displays a helpful circle on your screen every time you touch it so you can see exactly where your input registers. You can turn this visual feedback feature on or off using either the Settings app or the Control Panel depending on what you prefer.

  • The touch indicator shows a circle when you touch your screen. This gives you visual feedback so you know where you touched.
  • You can turn this on or off using Windows Settings, Control Panel, or the Registry Editor.
  • You can also make the circle bigger and darker to see it more easily.
  • Remember to close any open windows after you change the settings.
  • By following these easy steps, you can customize how your touch screen shows feedback and make your Windows 11 device easier to use.

How to use touch indicator 🪟 Windows 11?

How do I turn on the touch indicator in Windows 11?

Windows can also show visual feedback when you touch the screen. Select the Start button, then navigate to Settings Accessibility Mouse pointer & touch, and turn on Touch indicator.

How to use touch indicator?

Where is the touch indicator setting located in Settings?

Navigate to mouse pointer and touch options under mouse pointer color and size. Scroll down to locate the touch indicator settings.

What is the touch indicator?

What is the purpose of the touch indicator?

The Windows 11 touch indicator is a small circle that appears on your screen to show exactly where you're touching, which is helpful for presentations or when using an external display.

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

Enable or Disable Touch by Finger on Touch Screen in Windows 11
Windows Enable or Disable Touch by Finger on Touch Screen in Windows 11
How to Turn Mouse Pointer Trails on or off in Windows 11
Windows How to Turn Mouse Pointer Trails on or off in Windows 11
How to Access Control Panel in Windows 11
Windows How to Access Control Panel in Windows 11
How to Enable or Disable the Touch Keyboard in Windows 11
Windows How to Enable or Disable the Touch 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 *