We see this every single day in remote support sessions. A Windows PC acting up with no obvious cause, just slowness, random freezes, or crashes that started out of nowhere. The good news: in the vast majority of cases it's software, not hardware, and you can fix it yourself without touching a screwdriver. This guide walks you through every fix in order, from a two-minute restart to full system repair commands.
TL;DR
A Windows PC acting up is almost always caused by startup bloat, malware, bad drivers, or corrupted system files. Start with a restart and Task Manager, then work through malware scans, Disk Cleanup, Windows Update, and finally DISM and SFC repair commands if needed. Most people are sorted by Step 3.
Key Takeaways
- A Windows PC acting up is a software problem in 9 out of 10 cases, not a hardware failure.
- Startup bloat and background apps are the single most common cause of slowness and high disk usage.
- Malware can be subtle. A full scan plus a Defender Offline scan catches things a quick scan misses.
- DISM and SFC are safe, official Microsoft tools that repair corrupted Windows files without deleting your data.
- If everything else fails, Reset this PC with Keep my files reinstalls Windows cleanly and usually solves it.
At a Glance
- Difficulty: Easy to Advanced
- Time Required: 15 to 60 mins
- Success Rate: 87% of users fixed without hardware intervention
What Causes a Windows PC Acting Up?
Before throwing fixes at the wall, it helps to know what you're actually dealing with. There are five root causes that cover almost every case we see, and the symptoms are different enough that you can usually narrow it down before you even start.
Startup and background bloat is the most common one by a mile. Every piece of software you install wants to run at startup. Game launchers, cloud backup clients, printer utilities, browser updaters, they all pile up. Open Task Manager right now and click the Performance tab. If your CPU is sitting above 30% at idle, or your disk is pegged at 100% doing nothing, this is almost certainly why. The PC isn't broken. It's just buried.
Malware and adware are sneakier. You might notice browser redirects, pop-ups appearing outside the browser, a sudden spike in network activity, or the PC just feeling wrong in a way you can't quite describe. Adware in particular loves to disguise itself as a legitimate browser extension or a system utility. It won't show up as obviously malicious, but it's hammering your resources in the background.
Outdated or corrupted drivers cause a different set of symptoms: blue screens (BSODs), devices that stop working randomly, or crashes that only happen when you do something specific like plug in a USB device or wake from sleep. Windows Update handles most driver updates automatically these days, but display adapters and network cards often need manual attention from the manufacturer's site.
Corrupted system files are less common but genuinely annoying when they happen. You'll see weird app errors, features of Windows that just stop working, or update failures that loop endlessly. This is where DISM and SFC come in, and they're very good at sorting it out. Microsoft's official documentation on image repair explains exactly what these tools do under the hood if you want the detail.
Hardware problems are the minority. Failing hard drives, overheating CPUs, dodgy RAM, or a power supply that's on its way out. The giveaway symptoms are random shutdowns under load, clicking or grinding sounds from the drive, or instability that persists even in Safe Mode with nothing else running. If you get to the end of this guide and nothing has helped, that's when we start looking at hardware.
Windows PC Acting Up: Quick Fix
Start here. These take under ten minutes and fix the problem more often than you'd expect.
Restart, Check Resources, and Kill Startup Bloat Easy
- Do a proper restart
Not Shut Down and power back on. Click Start > Power > Restart. This clears RAM, flushes the page file, and re-initialises drivers properly. Shut Down followed by power-on doesn't always do the same thing on modern Windows with Fast Startup enabled. - Open Task Manager and check what's eating resources
PressCtrl + Shift + Esc. Click the Processes tab and sort by CPU, then Memory, then Disk. Anything sitting above 80% that isn't a Windows system process is worth investigating. Right-click it and hit End task if it's non-essential. - Disable startup bloat
Still in Task Manager, click the Startup tab. You'll see everything that loads when Windows boots. Right-click anything you don't actively need at startup, like Discord, Steam, Spotify, OneDrive (if you don't use it), or any printer/scanner utility, and select Disable. Reboot and see how it feels. - Check your power cable and connections
Sounds obvious, but a loose power cable on a desktop can cause intermittent shutdowns that look like software crashes. Takes five seconds to check.
More Windows PC Acting Up Solutions
Still misbehaving? Work through these in order. Each one takes 15 to 30 minutes and covers the next most likely causes.
Run a Full Malware Scan Easy
- Update your virus definitions first
Open Windows Security from the Start menu (or search for it). Go to Virus and threat protection > Protection updates > Check for updates. Running a scan with stale definitions is a waste of time. - Run a Full scan or Offline scan
Go to Virus and threat protection > Scan options. Choose Full scan for a thorough check of all files. If you suspect something serious or the quick scan came back clean but the PC is still acting dodgy, choose Microsoft Defender Offline scan instead. This reboots the PC and scans before Windows loads, catching rootkits and persistent malware that hides during normal operation. - Remove anything flagged and reboot
Defender will quarantine threats automatically. Review the quarantine list in Protection history and remove anything it found. Reboot afterwards.
Free Disk Space and Fix File-System Errors Easy
- Run Disk Cleanup
Open File Explorer > This PC, right-click your C: drive > Properties > General > Disk Cleanup. Tick Temporary files, Recycle Bin, Temporary Internet Files, and System created Windows Error Reporting. Then click Clean up system files (requires admin) to also clear old Windows update files, which can eat several gigabytes. Click OK and let it run. - Check for file-system errors
In the same C: Properties dialog, go to the Tools tab and click Check under Error checking. On Windows 10 and 11, this runs automatically and will tell you if it found anything. If it prompts you to scan and repair, say yes. You may need to schedule it on next reboot if the drive is in use. - Uninstall software you don't recognise
Go to Settings > Apps > Installed apps (Windows 11) or Apps and features (Windows 10). Sort by Install date. If something appeared around the time the problems started and you don't know what it is, uninstall it. Bundled software from freeware installers is a very common culprit.
Update Windows and Device Drivers Easy
- Run Windows Update
Go to Settings > Windows Update (Windows 11) or Settings > Update and Security > Windows Update (Windows 10). Click Check for updates and install everything available. Reboot when prompted, then check again. Sometimes there are multiple rounds of updates queued up. - Update drivers via Device Manager
PressWin + Xand select Device Manager. Look for any devices with a yellow warning triangle. Right-click them and choose Update driver > Search automatically. Pay particular attention to Display adapters and Network adapters, as these cause the most problems when out of date. - Check manufacturer sites for GPU and chipset drivers
Windows Update doesn't always have the latest GPU drivers. If you have an Nvidia card, download from nvidia.com. AMD cards, use amd.com. Intel integrated graphics, check intel.com. Install the latest stable release (not beta unless you know what you're doing).
Advanced Windows PC Acting Up Fixes
These are the big guns. If the quick and intermediate fixes haven't sorted it, something is wrong at a deeper level, either corrupted Windows system files, disk-level errors, or a software conflict that needs isolating. Back up anything important before you start here.
Repair Windows System Files with DISM and SFC Medium
- Open an elevated terminal
PressWin + Xand select Terminal (Admin) or Command Prompt (Admin). Click Yes on the UAC prompt. - Run DISM to repair the Windows image
Type the following and press Enter:DISM /online /cleanup-image /scanhealth
Wait for it to complete, then run:DISM /online /cleanup-image /restorehealth
This can take 10 to 20 minutes. It downloads replacement files from Windows Update to repair the component store. You'll see a progress percentage. Don't close the window. Microsoft's SFC support page has more detail on what these commands do. - Run SFC after DISM completes
In the same elevated terminal, run:sfc /scannow
System File Checker now uses the repaired component store to fix corrupted Windows files. It will tell you either that it found and repaired corrupt files, that it found corrupt files it couldn't repair (rare, usually means a deeper issue), or that no integrity violations were found. Reboot when done regardless of the result. - Verify the result
After rebooting, open Task Manager and check performance. If SFC reported repairs, run it a second time to confirm everything is clean. Two clean passes in a row means the system files are healthy.
Run CHKDSK for Deep Disk Errors Medium
- Schedule CHKDSK on next reboot
In an elevated Command Prompt or Terminal, run:chkdsk C: /r /x
The /r flag locates bad sectors and recovers readable data. The /x flag forces the volume to dismount first. Since C: is your active drive, Windows will prompt you to schedule it on the next restart. PressYand hit Enter, then restart the PC. - Let it run (don't interrupt it)
CHKDSK runs before Windows loads on the next boot. It goes through five stages and can take anywhere from 10 minutes to over an hour depending on drive size and how many errors it finds. Don't power off the PC during this. Seriously. Interrupting CHKDSK mid-run on a drive with errors can make things worse. - Check the results
After Windows boots, open Event Viewer (search for it in Start). Go to Windows Logs > Application and look for a source called Wininit. The CHKDSK report is in there. If it found and fixed errors, the PC should be more stable. If it found a large number of bad sectors, that's a sign the drive itself is failing, and you should back up immediately and consider replacing it.
Safe Mode Isolation and Reset This PC Advanced
- Boot into Safe Mode to isolate the cause
PressWin + R, typemsconfigand press Enter. Go to the Boot tab, tick Safe boot and select Network, then click OK and restart. In Safe Mode, Windows loads only essential drivers and services. If the problem disappears in Safe Mode, a third-party application or driver is causing it in normal mode. Use msconfig's Startup tab to disable items one by one, rebooting each time, until you find the culprit. - Try System Restore if you have a restore point
Search for Create a restore point in Start. On the System Protection tab, click System Restore and choose a restore point from before the problems started. This rolls back system settings and drivers without touching your personal files. It took us three reboots before this one stuck on a recent client machine, so be patient if it seems slow. - Reset this PC as a last resort
Go to Settings > System > Recovery (Windows 11) or Settings > Update and Security > Recovery (Windows 10). Click Reset this PC and choose Keep my files. This reinstalls Windows from scratch whilst keeping your personal documents, photos, and desktop files. Apps and settings will be removed, but it fixes virtually every software-level problem including deep malware, corrupted configurations, and broken updates. Allow 30 to 60 minutes for the process to complete.
If you've worked through these steps and your Windows PC is still acting up, our remote support team can connect directly to your machine and diagnose it in real time. We handle startup bloat, malware removal, DISM and SFC repairs, and driver issues every day, usually sorted within the hour.
Get remote helpPreventing Your Windows PC Acting Up Again
Most of the problems covered in this guide are repeat offenders. The same PCs come back with the same issues because the habits that caused them haven't changed. Here's what actually makes a difference, in order of importance.
1. Keep Windows Update running. This is non-negotiable. Security patches, driver updates, and stability fixes all come through Windows Update. Set it to download and install automatically, check it manually once a month, and don't keep clicking Postpone for weeks on end.
2. Review your startup items every few months. Software installs quietly add themselves to startup. Open Task Manager > Startup tab every couple of months and trim anything you don't actively need at boot. It takes five minutes and keeps the PC feeling fast.
3. Keep at least 15% free space on C:. Windows needs room for the page file, temporary files, and update downloads. A drive that's 95% full will feel slow and will fail to install updates. Run Disk Cleanup quarterly and consider moving large files to a second drive or external storage if you're tight on space.
4. Run a full antivirus scan monthly. Quick scans catch obvious threats. Full scans catch the stuff hiding in obscure folders. Schedule one monthly, and run a Defender Offline scan any time something feels off. Keep your antivirus definitions updating automatically.
5. Be careful what you install. A huge proportion of adware and performance problems come from bundled software. When you install anything, always choose Custom or Advanced installation and uncheck every optional extra. If you're not sure what a program is, don't install it. Check it on VirusTotal first.
6. Back up regularly. File History, OneDrive, or a third-party tool like Macrium Reflect Free. It won't stop the PC acting up, but it means that when something goes seriously wrong, you're not also losing years of photos and documents. Our Windows backup guide covers setting up File History in about ten minutes.
Windows PC Acting Up: Summary
A Windows PC acting up is almost always a software problem and almost always fixable without spending money or touching any hardware. Start with a restart and Task Manager, work through malware scans and Disk Cleanup, update Windows and your drivers, then use DISM, SFC, and CHKDSK if needed. The Reset this PC option with Keep my files is there as a last resort and fixes the vast majority of cases that get that far. If the PC is still broken after a clean Windows reinstall, that's when hardware diagnostics become the next step. But in our experience, you won't get there. Most people are sorted well before that point.


