Resource Monitor, Clipboard History, Windows Sandbox, and Reliability Monitor ship with every modern copy of Windows—but most users never open them. These four utilities solve real, everyday problems without any need for third-party software. From diagnosing a sluggish PC to safely testing suspicious downloads, they are built-in, free, and quietly powerful.
Microsoft has steadily improved these tools across Windows 10 and Windows 11, yet they remain buried in menus or completely unknown. Here’s exactly what each one does, how to launch it, and why you should start using them today.
Resource Monitor: A Deeper Look Under the Hood
Task Manager is the go-to for quick system checks, but Resource Monitor delivers a far richer, real-time breakdown of how your hardware is being used. It answers questions like: Which process is monopolizing the disk so that every other app stutters? Which service is suddenly flooding the network? Is the memory pressure actually caused by a leak in that browser tab?
How to Open Resource Monitor
There are three fast ways:
- Press Win + R, type
resmon, and hit Enter. - Open Task Manager (Ctrl + Shift + Esc), switch to the Performance tab, and click Open Resource Monitor at the bottom.
- Search for “Resource Monitor” in the Start menu.
Resource Monitor has been a part of Windows since Vista, and its interface hasn’t changed much—deliberately. It presents five tabs: Overview, CPU, Memory, Disk, and Network. Each tab expands into detailed tables that show exactly which processes, services, and associated modules are touching each subsystem.
Real-World Scenarios
- Disk tab: Sort by Total (B/sec) to instantly see which process is thrashing the drive. On a machine that suddenly becomes unresponsive, it’s often a misbehaving antivirus or a stuck Windows Update service. The Disk Activity pane reveals the exact files being read or written.
- Network tab: Filter by a process such as
chrome.exeto see its current TCP connections, remote endpoints, and bandwidth usage. If your internet feels slow, you can spot a background cloud sync gobbling upload capacity. - Memory tab: The hard-fault column shows when a process is continually reaching for the page file—a sign of genuine RAM shortage. The Physical Memory bar gives a granular view of what’s in standby (cached) versus truly free.
Unlike Task Manager, Resource Monitor allows you to select one or more processes and filter all charts and tables to only those processes. Check the box next to any process, and the other tabs instantly narrow their view. This makes isolating a problem dramatically faster than digging through unfiltered lists.
Clipboard History: Never Lose What You Copied
The clipboard has been a single-slot affair for decades. Windows 10 (version 1809) finally added a persistent, multi-item clipboard history—but it’s off by default. Once enabled, you can paste any of the last 25 entries, pin frequently used snippets, and even sync the clipboard across devices.
Enabling and Using Clipboard History
- Open Settings > System > Clipboard.
- Toggle Clipboard history to On.
- (Optional) Toggle Sync across your devices if you’re signed in with a Microsoft account.
To use it, press Win + V instead of Ctrl + V. A floating panel appears with your recent text, HTML, and images (limited to 4 MB per item). Click any entry to paste it, or use the three-dot menu to pin or delete. The history clears on restart unless items are pinned, though you can manually clear it in Settings.
Practical Power Moves
- Pinned items: Click the pin icon next to a clipboard entry to keep it forever. This is useful for email templates, boilerplate legal text, or complex server paths you frequently type.
- Data friction: By default, clipboard history is local only. Sync requires a Microsoft account and works with devices running the same account. The synced data is encrypted end-to-end.
- Sensitive content: If you copy passwords from a password manager, some managers bypass the history for security. Still, avoid copying sensitive data if sync is on, or use the “Clear clipboard data” button in Settings to wipe it all.
Clipboard history is a small feature that eliminates the back-and-forth of copying multiple items. It feels like a natural extension of the OS once you retrain your muscle memory from Ctrl+V to Win+V.
Windows Sandbox: A Disposable Test Machine
Windows Sandbox is a hardware-virtualized, lightweight desktop environment that starts in seconds and discards everything when you close it. It’s available on Windows 10 Pro, Enterprise, and Education (build 18305 or later) and in Windows 11 Pro and above. You can run untrusted applications, open suspicious attachments, or test software configurations without risking your real system.
Prerequisites and Setup
First, ensure virtualization is enabled in your BIOS/UEFI (Intel VT-x or AMD-V). Then:
- Open Control Panel > Programs > Turn Windows features on or off.
- Check Windows Sandbox and click OK. Windows installs the required components and prompts a restart.
After restarting, Sandbox appears in the Start menu. Launch it, and within a few seconds a clean, fully functional Windows desktop appears. It is based on the same Windows version as your host, but it’s ephemeral: every file, registry change, and installation vanishes the instant you close the window.
How It Works Under the Hood
Sandbox leverages Hyper-V virtualization and a dynamically generated base image. Microsoft calls this “integrated scheduling” — the Sandbox kernel borrows CPU time from the host without the overhead of a full VM. Memory and disk are sourced from dynamically sized VHDX files, so they shrink to only what’s needed. This makes Sandbox faster and lighter than a traditional virtual machine.
Security and Limitations
- Isolation: The Sandbox has no persistent storage and uses a separate kernel instance. Even malware that escapes to kernel level cannot reach the host.
- Networking: Sandbox gets a virtual NIC and can access the internet by default. You can disable networking via a simple
.wsbconfiguration file if needed. - What’s not included: The Microsoft Store is not present, which can trip up apps that expect it. Clipboard sharing and printer redirection are also absent by default, though configuration files can enable some folder mapping.
Sandbox is ideal for one-off tests. If you need a reproducible environment with snapshots, Hyper-V or VirtualBox are better fits. But for quickly opening a downloaded .exe that you don’t fully trust, Sandbox is the fastest safety net.
Reliability Monitor: Your PC’s Health Diary
Reliability Monitor is often described as a hidden Event Viewer, but that sells it short. It shows a graphical timeline of your system’s stability, marking every crash, application failure, and notable event with a red X. The interface is designed for humans, not sysadmins, and it can quickly reveal whether a recent driver update or a new program started a cascade of problems.
Accessing Reliability Monitor
- Type “reliability” into the Start search and click View reliability history.
- Or open Control Panel, navigate to System and Security > Security and Maintenance, expand the Maintenance section, and click View reliability history.
Reliability Monitor has existed since Windows Vista but remains largely unknown. The window displays a calendar-like chart with columns for each day. A system stability index (1 to 10) is plotted over time. Below the chart, you see critical events (crashes, hangs), warnings, and informational entries.
Decoding the Timeline
Click any day column to see the day’s events grouped by severity:
- Critical events: These include Windows failures (BSODs), application hangs, and unexpected shutdowns. Each entry links to a technical detail with the faulting module name—vital for diagnosing a pattern.
- Warnings: Often Windows Update failures or driver installations that didn’t complete cleanly.
- Information: Successful updates, software installs, or system time changes.
If you see a sudden drop in the stability index on a specific date, click that day to see exactly what was installed or what crashed. You can then uninstall the offending patch (via Settings > Windows Update > Update history) or roll back a driver.
A Proactive Troubleshoiter
Reliability Monitor isn’t a real-time alarm; it’s a forensic tool. After a user reports “my computer keeps crashing lately,” open Reliability Monitor and the story unfolds. It’s especially useful for correlating a series of application crashes with a specific Windows Update KB. For instance, you might notice that every crash of explorer.exe occurs after a certain .NET Framework update, giving you a clear suspect to remove.
Why These Tools Remain Hidden
Microsoft has a long history of building excellent utilities that never receive the spotlight. The Settings app has gradually absorbed Control Panel functions, but these four haven’t been fully integrated into the modern UI. Resource Monitor still looks like a Vista-era tool; Reliability Monitor hides behind a chain of Control Panel links; Sandbox requires a Pro license and a feature toggle; Clipboard History is off by default.
Yet each solves a problem that third-party tools target—sometimes with a price tag. Process Explorer, Ditto Clipboard Manager, VMware Workstation, and WhoCrashed all offer variations on these themes. By surfacing these built-in tools, users gain functionality without adding extra attack surface or subscription fees.
Getting Started Checklist
- Enable Clipboard History today: Win+I > System > Clipboard. Start using Win+V.
- Pin Resource Monitor to your taskbar or remember Win+R, resmon. Use it next time your PC bogs down.
- Turn on Windows Sandbox if you have Windows Pro or Enterprise. It’s a single checkbox under Windows Features.
- Bookmark Reliability Monitor: right-click the desktop, create a shortcut with
perfmon /rel, and give it a friendly name.
The Bottom Line
Resource Monitor, Clipboard History, Windows Sandbox, and Reliability Monitor are not new, but their practical value far outweighs their obscurity. They can replace half a dozen third-party tools and make you a more self-sufficient Windows user. The next time you reach for a download to fix a problem, pause—your system may already have the fix built in.