Hidden Folders — How To Unhide

There was his missing space. The ghost had a name. If the simple checkbox doesn't work (some system-protected files remain hidden), you need to go deeper. In File Explorer, click View > Options (or the dropdown arrow next to "Options") > Change folder and search options . In the dialog box, click the View tab. Under "Advanced settings," select Show hidden files, folders, and drives . Then, crucially , uncheck Hide protected operating system files . Warning: This reveals the skeleton of Windows itself. Don't delete anything unless you are certain. Path Two: The macOS Revelation Later, Alex checked his MacBook Pro. The same external drive, plugged in via USB-C, showed the same discrepancy. But macOS plays by different rules.

The size column confirmed it: 450GB. He could now delete it with rm -rf .old_VMs or move it back into visibility by renaming it to remove the dot: mv .old_VMs Old_VMs . Back on Windows, Alex right-clicked the Old_VMs folder on The Vault, selected Properties , and at the bottom of the General tab, he un-checked the box labeled Hidden . He clicked OK. The folder icon instantly became solid and opaque—no longer a ghost.

The hidden was now visible. Run the same command but change true to false : defaults write com.apple.Finder AppleShowAllFiles false followed by killall Finder . Path Three: The Linux Command Line Alex’s home server ran Ubuntu Server—no graphical interface, just a terminal. Here, hiding files is also a matter of the leading dot. To see them, you don't change a setting; you change the command. how to unhide hidden folders

The 500GB weren't just missing. They were hidden. This was the story of how Alex learned to command his operating system to reveal its secrets. It's a story you, too, can follow.

Alex closed File Explorer, satisfied. He had learned the lesson: hidden folders are not magic, nor are they truly lost. They are simply waiting for the right command, the right checkbox, or the right incantation in the terminal. The power to see the invisible is always just a few clicks—or keystrokes—away. There was his missing space

The first rule of hidden folders is this: they are hidden for a reason. Operating systems hide folders to protect critical system files (like System32 on Windows or /etc on Linux) from accidental deletion or modification. But sometimes, applications, old user profiles, or even malware use the same "hidden" attribute to stash data away from prying eyes—or simply from a cluttered file manager.

And now, so is yours.

Normally, he'd list files with ls . But ls ignores dot-files. The secret was the -a flag (for "all").