Windows Registry
Also known as: the registry, regedit, registry editor, registry keys
The Windows Registry is a central database of low-level settings for the operating system, hardware, and installed programs. It is critical to how Windows runs; editing it by hand carries real risk, and so-called “registry cleaners” free almost no disk space and can do harm.
- Central database of Windows and app settings
- Edited via regedit — for advanced changes only
- Cleaning it frees little space and can break Windows
What the Registry stores
The Registry holds configuration in a tree of keys and values — startup settings, file associations, device drivers, user preferences, and per-app options. Windows and programs read and write it constantly, so it is less a file you clean and more the system’s settings backbone.
You can view it with the Registry Editor (run regedit), where keys are organized under hives like HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. It is a viewer and editor for advanced changes, not a place for routine maintenance.
Why editing it is risky
The Registry is not where disk space goes — its entries are tiny, so cleaning it does not meaningfully free storage. The danger runs the other way: deleting or changing the wrong key can stop apps from launching or prevent Windows from booting, with no undo.
Avoid manual edits and “registry cleaner” utilities, which promise speed-ups they cannot deliver and risk removing entries something still needs. If you must change a key, export a backup first (File > Export in regedit) and set a System Restore point so you can roll back.