How to Enable or Disable Show Preview Handlers in the Preview Pane of File Explorer in Windows 11
Show preview handlers in Windows 11 are small built-in tools that display a live view of files on the right side of File Explorer . They let you look inside photos, PDFs, and text documents instantly without opening separate programs.
Turning off preview handlers stops file contents from popping up on your screen, which protects your privacy when other people share your PC. You can easily switch this feature on or off in a few clicks by editing the Windows Registry or changing your File Explorer settings.
Open File Explorer , click the three dots on the top toolbar, select Options, and go to the View tab to uncheck Show preview handlers in Preview pane. This turns off file previews immediately, helping protect your privacy on shared computers without touching advanced system tools.
Before You Start Tweaking Your Windows Settings
Preparing your computer before changing Windows settings protects your system from accidental mistakes and data loss. You should always create a backup of your Windows Registry and learn how to use keyboard shortcuts like Alt+P to control your File Explorer preview pane before you start making changes.
Method 1Change Your Settings Using Folder Options
Changing your settings using Folder Options in Windows 11 lets you turn file previews on or off without using complex system tools. This easy method works for any user account because it relies on standard menu clicks inside File Explorer instead of advanced registry edits.
- Open File Explorer by clicking its folder icon on your taskbar or pressing the Win+E keys on your keyboard.

Windows 11 File Explorer showing Dropbox folder in sidebar. - Click the three horizontal dots located on the top toolbar to open the more options menu, and select Options from the drop-down list.

File Explorer options window showing folder open settings in Windows 11. - Navigate to the View tab inside the Folder Options window that pops up on your screen.
- Locate the preview setting by scrolling down the list until you find the checkbox labeled Show preview handlers in Preview pane.

- Toggle the feature by checking the box to enable file previews, or unchecking the box to turn them off completely.
- Save your changes by clicking the Apply button at the bottom, followed by the OK button to close the window.
Method 2Adjust the Windows Registry for Deeper Control
Adjusting the Windows Registry gives you deeper control over how your computer displays file previews across different user profiles. You can safely change these system levels by opening the registry editor and following the correct folder paths to update your settings.
- Open the Run dialog box by holding down the Windows key and pressing the R key on your keyboard.
- Launch the Registry Editor by typing
regeditinto the empty search field and pressing the Enter key. - Navigate to the correct folder path by using the left-hand sidebar to click through the following directories:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced - Find the preview setting by looking for a file entry named
ShowPreviewHandlerson the right side of the screen. Double-click it to open its properties. - Create the entry if it is missing by right-clicking any empty space in the right pane, hovering over New, and choosing DWORD (32-bit) Value. Name this new entry exactly
ShowPreviewHandlers. - Change the value data inside the box to match your preference. Type
1to turn preview handlers on, or type0to turn preview handlers off and keep your preview pane empty. - Save and exit by clicking the OK button, then closing out of the Registry Editor window entirely.
Method 3Automate the Process Using PowerShell
Automating the process using PowerShell allows you to apply Windows settings quickly across one or many computers without clicking through menus. Running specific commands in the PowerShell prompt gives you a fast way to turn preview handlers on or off.
- Open the PowerShell prompt by pressing the Win + R keys, typing
PowerShellinto the box, and hitting Enter. - Disable the preview handlers by copying and pasting this exact command into the window, then pressing Enter:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowPreviewHandlers" -Value 0Stop-Process -Name explorer -Force - Enable the preview handlers instead by running this command if you change your mind later:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowPreviewHandlers" -Value 1Stop-Process -Name explorer -Force - Close the PowerShell window once the command finishes running and your desktop taskbar refreshes itself.
Tip: The second part of that command safely restarts your Windows desktop interface so your new settings take effect immediately without requiring a full computer restart.
Summary
Controlling file previews in Windows 11 helps protect your privacy and manages how File Explorer displays your documents. You can easily turn preview handlers on or off using the Folder Options menu, the Windows Registry, or quick PowerShell commands depending on what works best for you.
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!