Skip to content
Follow
Windows

How to Show or Hide Preview Pane in File Explorer in Windows 11

Richard
Written by
Richard
Apr 30, 2026 Updated Jun 19, 2026 2 min read
Desktop monitor with file explorer preview pane visible
Desktop monitor with file explorer preview pane visible

Want to see what’s inside a file without opening it first? You can show or hide the preview pane in Windows 11 File Explorer for a quick look.

This feature lets you see images, documents, and other file types right in the File Explorer window, saving you time.

In Windows 11, you can toggle this pane on or off with just a couple of clicks from the File Explorer ribbon.

This lets you decide whether you want that extra peek or a cleaner, less cluttered view as you navigate your folders.

⚡ Quick Answer

Press Alt+P to toggle the preview pane on or off. Alternatively, click View, then Show, and select Preview pane. This lets you see file contents directly in File Explorer.

Why use the Preview Pane?

The Windows 11 preview pane lets you see what’s inside files like pictures or documents without opening them first, saving you time when you’re looking for something specific.

How to Show or Hide Preview Pane in File Explorer

You can manage your view settings. Here are the best ways to do it.

Method 1The Quick Keyboard Shortcut

💡Tip
The fastest way to show or hide the File Explorer preview pane uses keyboard shortcuts. Pressing Alt+P when File Explorer is open instantly toggles the preview pane. This keyboard method provides the most efficient way to customize File Explorer viewing options.

Method 2Using the Command Bar

File Explorer's preview pane toggles on or off within Windows 11. To show or hide the preview pane, press ⊞ Win+E to open File Explorer. Then, click the 'View' menu at the top. From the 'Show' submenu, select 'Preview pane' to activate or deactivate the feature.

File Explorer view menu showing the Preview pane toggle option
File Explorer view menu showing the Preview pane toggle option

Method 3Using the Registry Editor (Advanced)

You can show or hide the Windows 11 preview pane using the Registry Editor, but this method is for advanced users and requires careful steps.

Show Preview pane:

🗝️Registry
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\DetailsContainer" /v DetailsContainer /t REG_BINARY /d 0200000001000000 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer" /v DetailsContainerSizer /t REG_BINARY /d 150100000000000000000000c0030000 /f

Hide Preview pane:

🗝️Registry
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\DetailsContainer" /v DetailsContainer /t REG_BINARY /d 0200000002000000 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Modules\GlobalSettings\Sizer" /v DetailsContainerSizer /t REG_BINARY /d 150100000000000000000000c0030000 /f

Troubleshooting and Performance

⚠️Warning
If your computer feels slow when opening folders with many large files, the preview pane could be slowing things down, and hiding it can help your Windows 11 PC run faster.

If you do not see a preview, ensure the file type is supported. Also, check if your thumbnail previews are turned off in the Folder Options settings.

Summary

The preview pane in Windows 11 helps you view files fast, and you can turn it on or off easily using keyboard shortcuts, the View menu, or the Registry.

Can I use the preview pane for all file types?

No, the preview pane only supports specific file types like images, PDFs, and text documents. If a file format is not supported by Windows or your installed apps, the pane will remain blank or show a generic icon instead of the file content.

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 Add or Remove Favorites in Windows 11 File Explorer
Windows How to Add or Remove Favorites in Windows 11 File Explorer
How to Run File Explorer as Administrator in Windows 11
Windows How to Run File Explorer as Administrator in Windows 11
How to Enable or Disable Window Preloading in File Explorer on Windows 11
Windows How to Enable or Disable Window Preloading in File Explorer on Windows 11
How to Change Folder Layout View in Windows 11 File Explorer
Windows How to Change Folder Layout View in Windows 11 File Explorer

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

Leave a Comment

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