Your cart is currently empty!
How to Hide Files and Folders in Windows 10
If you share your computer or just want to keep certain files out of sight, Windows 10 has built-in tools to help you hide files and folders—no extra software needed. Here’s a step-by-step guide to get it done.
Why Hide Files and Folders?
- You want to keep sensitive documents away from prying eyes.
- You need to tidy up cluttered folders.
- You just like a cleaner workspace.
Let’s get straight to it.
Method 1: Use the Built-in Hide Option
1. Find Your File or Folder
Go to the location where the file or folder you want to hide is stored.
2. Right-click and Choose ‘Properties’
Right-click on the item, then click “Properties.”
3. Check the ‘Hidden’ Box
Under the “General” tab, look for the “Attributes” section. Check the box next to “Hidden.”
4. Click ‘OK’ or ‘Apply’
Once you click “OK” or “Apply,” your file or folder will disappear from view in File Explorer.
5. Want to See It Again?
Open File Explorer and go to the “View” tab. Check the box next to “Hidden items.” Now you’ll see everything that’s hidden—faded out a bit so you know what’s what.
Method 2: Hide Many Files at Once
You can select multiple files or folders and repeat the same steps above. Just hold down the Ctrl
key as you click each item, then right-click and set them all to hidden in one shot.
Method 3: Use Command Prompt for Extra Privacy
If you want to get a little nerdy and make your files even harder to find, try this:
- Open Command Prompt: Press
Win + R
, typecmd
, and hit Enter. - Type the Command:
attrib +h +s "C:\Path\To\Your\Folder"
ReplaceC:\Path\To\Your\Folder
with your actual path.+h
means hidden.+s
means system file—Windows really tries not to show these.
- To Undo:
attrib -h -s "C:\Path\To\Your\Folder"
Want to Hide an Entire Drive?
If you’re looking to hide a whole drive instead of just files or folders, check out this step-by-step guide:
How to Hide a Drive in Windows 11/10
Remember
- Hiding isn’t Security: Hidden files can be revealed easily if someone knows where to look. Don’t rely on hiding files for real protection—use encryption for that.
- Don’t Forget What You’ve Hidden: It’s easy to lose track, so make a note somewhere if you hide important stuff.
That’s it!
Hiding files and folders in Windows 10 is quick and easy. Whether you’re cleaning up or just keeping things private, you now know how to do it.
Need more tips or help with Windows? Drop your questions in the comments!
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!