The short version
TuneBit is a desktop application for Windows that gathers the repair, cleanup, optimization and diagnostic jobs normally scattered across a dozen control panels, a handful of command-line tools and a folder of downloaded utilities, and puts them behind one window. It is a WPF app on .NET 10 that follows current Windows design conventions — a Mica backdrop, a custom title bar, a NavigationView-style sidebar with a search box, light and dark themes, and card-based layouts throughout. It runs elevated, because most of what it does — writing to system-wide registry settings, resetting services, exporting drivers, clearing system caches — cannot be done any other way. It asks for administrator rights once, at launch, rather than interrupting you again later.
The sidebar holds 35 entries. Three of those are the Dashboard, the One-Click Tune-Up and Settings, which leaves 34 tools. This article is the map. The full feature set is the atlas.
The eight groups
There is one section list, and the sidebar, the search box and the dashboard shortcuts all draw from it — so anything you can find in one place, you can find in the others. It is grouped eight ways.
| Group | Section | What it is for |
|---|---|---|
| Overview | Dashboard | The PC's health score, key stats, and one-click maintenance. |
| One-Click Tune-Up | Junk, browsers, registry, security and a health score — from one button. | |
| Clean up | Junk Cleaner | Find and delete temporary files and junk taking up space. |
| Browser Cleaner | Clear cache, cookies, and history from installed web browsers. | |
| Disk Space | See exactly what is taking up space on each drive. | |
| Disk Optimizer | Defragment hard drives and TRIM solid-state drives. | |
| Uninstaller | Remove programs that are no longer needed, including leftover files. | |
| Registry Scanner | Find and fix outdated entries inside Windows that cause errors. | |
| File tools | Checksums | Work out the CRC32, MD5, SHA-256 or SHA-512 of a file and check it against a published one. |
| Fast Find | Search every file name on the drives and get results as you type. | |
| Duplicate Finder | Find files that exist more than once so copies can be deleted. | |
| Optimize | Performance | Apply tweaks that make a PC feel faster and more responsive. |
| Privacy | Turn off Windows features that share activity or personal information. | |
| Debloater | Remove built-in Windows apps and pre-installed software. | |
| CPU Affinity | Choose which processor cores a running program is allowed to use. | |
| Scheduled Tasks | View and manage tasks Windows runs on a schedule in the background. | |
| Default Apps | Choose which apps Windows uses to open files like photos and PDFs. | |
| Fonts | Preview the fonts on this PC, install new ones, and remove unused ones. | |
| Repair | Repair Tools | Run built-in Windows fixes for common system problems. |
| Windows Update | Fix problems that stop Windows Update from working properly. | |
| Services | Reset misbehaving Windows background services back to normal. | |
| Shell & Explorer | Fix the desktop, taskbar, and File Explorer when they act up. | |
| Network | Reset internet connection settings to fix network problems. | |
| Sharing | Manage which folders and printers the PC shares with other computers. | |
| File Unlocker | Free files Windows says are “in use” so they can be deleted. | |
| Security | Security Audit | Check Defender, firewall, BitLocker, ports, and other protections. |
| VirusTotal | Check a file against dozens of antivirus engines to see if it is safe. | |
| File Shredder | Permanently erase sensitive files so they cannot be recovered. | |
| Product Keys | Look up activation keys for Windows and Microsoft products on this PC. | |
| Diagnose | Health Score | A weighted 0–100 score across ten checks of the PC's condition. |
| Blue Screens | Check why the PC last crashed and read the crash dumps. | |
| Event Log | View recent errors and warnings recorded by Windows. | |
| Battery & Power | Check battery health and see how power is being used. | |
| Hardware | View details about the PC's parts — CPU, memory, GPU, and more. | |
| Drivers | View, back up, and reinstall the drivers Windows uses. | |
| System Report | Generate a detailed report about the PC that can be saved or shared. | |
| TuneBit | Settings | Appearance, data locations, and information about TuneBit. |
Fonts is the one section the original TuneBit never had. Everything else is feature parity with it, rebuilt.
Two ways in
On launch TuneBit asks a single question: open the full interface, or open the One-Click Tune-Up. It remembers the answer if asked to, and you can change it — or go back to being asked each time — from Settings afterwards, so the choice is never permanent.
The important part is that both answers land in the same shell with the same navigation. The tune-up is a section like any other, sitting in the Overview group next to the Dashboard, not a separate simplified mode with its own window. Somebody who picks the simple route and then wants the Event Log is one click away from it; nobody gets stuck in the beginner view.
What the tune-up actually runs
Five jobs, back to back, from one button behind one confirmation instead of five:
- Junk Cleaner — temporary files, the Windows Update cache, logs and error reports.
- Browser Cleaner — cached page data and download history.
- Registry Cleaner — outdated entries, exported to a
.regfile (and, by default, behind a restore point) before anything is removed. - Security Audit — Defender, the firewall, BitLocker and open ports. Reads only.
- Health Score — scores the PC across ten checks once the cleanup has finished.
Each of the five is a tick box, so any can be left out. Nothing here is new capability — every job is available section by section already. What the tune-up adds is that they run in sequence without the operator having to learn what a registry hive is.
The batch includes only the categories that are safe to clear without a second thought. In practice that keeps cookies, browsing history, saved sessions, the Recycle Bin and the prefetch cache out of it. Those stay behind their own sections, where the wording has room to explain what is lost. The rule TuneBit follows is “would a reasonable person be surprised” — nothing in the batch should catch out somebody who did not read the list first.
The confirmation dialog spells out each line before anything runs, and says in as many words that deleted files cannot be recovered.
What it produces, and where it lives
TuneBit keeps its own state in one tree:
%LOCALAPPDATA%\TuneBit\ ├── settings.ini preferences, theme, startup mode ├── backups\ registry exports, written before any registry change ├── driver-backups\ drivers exported before a force-reinstall ├── maintenance\ logs from the scheduled maintenance task └── reports\ generated reports
Running from a removable drive relocates all of it to the folder
holding TuneBit.exe, so a portable copy travels with the stick
and leaves nothing behind on the host PC. That behavior is automatic and
follows the drive type, not a setting.
The visible output is an HTML system report — pick the sections to
include, pick a location, and TuneBit writes
tunebit-system-report-<yyyyMMdd-HHmm>.html for filing or
emailing.
It also runs without a window
Two of TuneBit's jobs are meant to run when nobody is watching, and both are plain command-line switches on the same executable:
| Flag | Effect |
|---|---|
/maintenance | Runs the configured maintenance tasks headlessly and exits. This is what the scheduled task invokes. |
/affinity-watch | Runs the CPU affinity watcher — the loop that reapplies core assignments to programs as they start — and exits. |
What TuneBit is not
It is not antivirus. There is no resident scanner and no real-time protection. The VirusTotal section is a lookup: the operator points it at a file, it asks VirusTotal what dozens of other engines think, and it reports the answer. Nothing is scanned in the background and nothing is submitted unless asked. The Security Audit checks that Defender and the firewall are configured properly — it does not replace them.
It is not backup software. TuneBit exports registry keys before it edits them, drivers before it reinstalls them and firewall rules before it resets them, and it takes restore points before batch repairs. Those are undo paths for TuneBit's own actions, not a backup of your documents.
Requirements and editions
| OS | Windows 10 1809 or later, or Windows 11 |
|---|---|
| Architecture | x64 |
| Rights | Administrator — requested once at launch |
Mica and rounded corners need Windows 11 build 22000 or later; on Windows 10 the window falls back to an opaque background and everything else behaves the same.
There are two builds:
| Installed | Portable | |
|---|---|---|
| Size | ~26 MB | ~70 MB |
| .NET 10 | Framework-dependent; the installer fetches the Desktop Runtime if it is missing | Bundled inside the exe |
| Needs | An install | Nothing — runs from a USB stick or a locked-down desktop |
Everything else is identical between them: same features, same elevation, same licensing.
Further reading
- Why you need TuneBit — the case for the product, and what it deliberately is not.
- How TuneBit works — the mechanisms underneath: how the app is put together, and the backups taken before every change.
- TuneBit for everyday users — the one-click route, for a PC you own rather than one you service.
- The full cleaning and repair feature set — the atlas to this article's map, section by section.
- USB-bound licensing for professionals — the portable build, and a license bound to the stick rather than the PC.
- TuneBit vs. CCleaner, IObit and iolo — how it compares to the rest of the category, feature by feature and dollar by dollar.