UK tech experts · info@vividrepairs.co.uk
Vivid Repairs
A Windows 11 desktop PC on a home office desk displaying a slow performance warning dialog with a cluttered taskbar
Fix It Yourself · Troubleshooting

Windows PC acting up

Published 24 August 202613 min read
As an Amazon Associate, we may earn from qualifying purchases. Our ranking is independent.

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.

⏳️ 13 min read ✅ 87% success rate 📅 Updated July 2026

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.

1

Restart, Check Resources, and Kill Startup Bloat Easy

  1. 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.
  2. Open Task Manager and check what's eating resources
    Press Ctrl + 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.
  3. 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.
  4. 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.
✅ If the PC feels faster after reboot and Task Manager shows CPU and disk usage below 20% at idle, startup bloat was your problem. Done.
💡 On Windows 11, the Startup tab in Task Manager also shows a Startup impact rating (Low, Medium, High). Prioritise disabling anything rated High that you don't need immediately at boot.

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.

2

Run a Full Malware Scan Easy

  1. 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.
  2. 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.
  3. Remove anything flagged and reboot
    Defender will quarantine threats automatically. Review the quarantine list in Protection history and remove anything it found. Reboot afterwards.
✅ No threats found and performance is back to normal? You're sorted. If threats were found and removed, monitor for a day to make sure the symptoms don't return.
💡 Microsoft Defender scores well in independent testing. AV-TEST's latest Windows home antivirus results consistently rate it among the top performers for protection and performance. If you want a second opinion scan, VirusTotal.com lets you upload suspicious files and scan them against 70+ antivirus engines for free.
3

Free Disk Space and Fix File-System Errors Easy

  1. 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.
  2. 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.
  3. 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.
✅ Aim for at least 15% free space on your C: drive. Windows needs breathing room for the page file, temp files, and updates. Below 10% free, slowness is almost guaranteed.
4

Update Windows and Device Drivers Easy

  1. 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.
  2. Update drivers via Device Manager
    Press Win + X and 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.
  3. 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).
💡 If updating a driver makes things worse, you can roll it back. In Device Manager, right-click the device > Properties > Driver tab > Roll Back Driver. This restores the previous version.

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.

⚠️ Back up your important files before running advanced repairs. DISM and SFC won't delete your data, but CHKDSK with the /r flag performs low-level disk repairs. If your drive is already failing, it's better to have a backup first.
5

Repair Windows System Files with DISM and SFC Medium

  1. Open an elevated terminal
    Press Win + X and select Terminal (Admin) or Command Prompt (Admin). Click Yes on the UAC prompt.
  2. 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.
  3. 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.
  4. 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.
✅ SFC reports 'Windows Resource Protection did not find any integrity violations'? System files are clean. If it found and fixed files, reboot and monitor for 24 hours.
6

Run CHKDSK for Deep Disk Errors Medium

  1. 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. Press Y and hit Enter, then restart the PC.
  2. 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.
  3. 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.
⚠️ A large number of bad sectors found by CHKDSK means the physical drive is deteriorating. Don't ignore this. Back up everything and replace the drive before it fails completely.
7

Safe Mode Isolation and Reset This PC Advanced

  1. Boot into Safe Mode to isolate the cause
    Press Win + R, type msconfig and 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.
  2. 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.
  3. 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.
✅ Reset this PC with Keep my files is the nuclear option for software problems. If the PC is still broken after this, the cause is almost certainly hardware.
💡 If you suspect the problem might be related to a specific piece of software causing conflicts, our guide on fixing Windows software conflicts covers how to use clean boot and msconfig to pinpoint the exact application causing grief.

Preventing 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.

Frequently Asked Questions

Software issues typically improve after a restart or after disabling startup items. Hardware problems, such as random shutdowns, clicking drive sounds, or overheating, tend to persist even in Safe Mode. Open Task Manager and check CPU, Memory, and Disk usage first. If everything looks normal there but the PC still misbehaves, run a CHKDSK scan and check your temperatures with a tool like HWMonitor.

Yes, completely. DISM and SFC (System File Checker) are official Microsoft tools built into Windows. They scan for corruption and repair it automatically using the Windows component store. They do not delete your personal files. That said, always back up anything important before running advanced repairs, just as a sensible precaution.

Run DISM /online /cleanup-image /restorehealth first, then sfc /scannow. Corrupted system files are the most common reason updates fail. Also free up disk space with Disk Cleanup, since a full C: drive will block updates. Then run the Windows Update troubleshooter from Settings > System > Troubleshoot > Other troubleshooters. If it still fails, a Reset this PC via Settings > Recovery is usually the cleanest fix.

Most non-essential ones, yes. Disable game launchers, updater trays, and toolbars freely. But keep your antivirus startup entry enabled, as disabling it can leave real-time protection off. Disable items one at a time, reboot, and check nothing has broken before moving to the next one.

Safe Mode loads Windows with the absolute minimum drivers and startup programs. If your PC behaves normally in Safe Mode but misbehaves in normal mode, that tells you a third-party application or driver is the culprit. Access it via Win + R > msconfig > Boot tab > Safe boot. It is especially useful for removing stubborn malware or isolating a bad driver.