"My computer is slow" is the ticket everyone dreads because it says nothing. Slow to boot? Slow to open Outlook? Slow to load a web page? Each of those has a different cause and a different fix, and a reboot fixes some of them for a day.
Here is the triage we use. It takes about ten minutes, it finds the real cause most of the time, and it leaves a note in the ticket so the next person does not start from zero.
Ask three questions before you touch anything
The first question is: since when? A machine that got slow yesterday probably had something change yesterday: an update, a new app, a full disk, a sync that started. A machine that has been slow for a year is usually hardware or simply too old for what is being asked of it.
The second question is: what exactly is slow? Get the user to show you. Boot time, a single application, everything at once, or only things that touch the network are four different problems. The third question is: does it happen on another machine or another network? If the web app is slow for everyone, the laptop is innocent.
Read Task Manager before you reboot
Press Ctrl+Shift+Esc and open the Performance tab. Four numbers tell most of the story: CPU, memory, disk and network. Sustained disk at 100 percent on a laptop almost always means a spinning hard drive, and no amount of tuning fixes that. Memory at 90 percent or more with a few browser windows open means the machine simply does not have enough.
Switch to Processes and sort by CPU, then by Memory, then by Disk. Antivirus scans, Windows Search indexing, OneDrive on its first sync and a browser with dozens of tabs show up here. Check the Startup apps tab too: a long list of Enabled entries with High impact adds minutes to every boot. Do not reboot yet. A reboot clears the evidence.
Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 Name, CPU, WorkingSet64The usual suspects
After enough of these tickets you notice the same handful of causes. Check them in this order because the top ones are quick to confirm.
- A hard disk instead of an SSD. Open Task Manager > Performance > Disk and look at the type. If it says HDD, the fix is a drive swap, not a cleanup.
- Too little RAM for the workload. 8 GB with Teams, Outlook, a browser and a line-of-business app is tight. 4 GB is not workable on Windows 11.
- Less than 10 percent free disk space. Windows needs room for the page file, updates and temp files. See our post on disk full laptops.
- Pending Windows updates or a feature update installing in the background. Settings > Windows Update shows it.
- Thermal throttling. A laptop full of dust or sitting on a blanket slows its CPU to protect itself. A fan that runs constantly is the tell.
- Power mode set to Best power efficiency or a battery saver policy while docked. Settings > System > Power & battery.
- Browser extensions and too many tabs. Chrome and Edge each have their own task manager under More tools.
Fix it, or decide to replace it
Software fixes are cheap, so do them first: trim startup apps, uninstall vendor bloat and anything the user does not recognise, run a component and system file repair, and clear the disk. Give the fan vents a blast of air while the case is open.
Then be honest about the hardware. A laptop that is more than five years old, has a hard disk, or has 8 GB of soldered RAM will be back on the desk in a month. Replacing it costs less than the hours you and the user spend on it. Put the recommendation in the ticket so the manager sees it.
- Task Manager > Startup apps: disable everything that is not security software, VPN or a device driver utility.
- Settings > Apps > Installed apps: remove trials, toolbars and duplicate PDF readers.
- Run the repair command below from an elevated prompt and reboot.
- Settings > System > Storage: run Storage Sense and clear temp files.
- If the drive is an HDD, schedule an SSD swap or a replacement laptop.
DISM /Online /Cleanup-Image /RestoreHealth && sfc /scannowWrite the ticket so it helps next time
Record what was slow, what Task Manager showed and what you changed. A ticket that says "rebooted, user happy" is worthless when the same person calls next week. A ticket that says "disk 100 percent, HDD, 6 years old, recommended replacement" saves the next tech ten minutes and gives the business owner a reason to approve the purchase.
If you run a fleet, watch for patterns. Ten slow tickets from one model of laptop is a hardware refresh conversation, not ten cleanups. If you do not have the time to spot those patterns, that is the kind of thing a managed helpdesk like RackLedge tracks for you.
Frequently asked questions
Should I just reimage the machine?
Not as a first step. A reimage takes hours including the user's setup time, and if the cause is a hard disk or too little RAM the fresh image will be slow within weeks. Reimage when the software is clearly broken and the hardware is fine.
The user says it is slow but every number looks fine. Now what?
Ask them to show you the exact moment it is slow, then watch Task Manager during it. Often it is one web application or a network share, and the laptop is waiting on something else entirely.
Takeaway
Slow computer tickets stop being painful when you ask the three questions, read Task Manager before rebooting and check the short list of usual causes. Most of them come down to a hard disk, too little memory, a full drive or something running in the background. Fix the cheap ones on the spot and be direct about the ones that need new hardware.