Skip to main content

Your PC Is Fast Until It Isn’t: Diagnosing Intermittent Slowdowns

Media Your PC Is Fast Until It Isn’t Diagnosing Intermittent Slowdowns

Your Windows 11 PC feels perfectly normal most of the time.

Applications open quickly, websites respond properly and switching between tasks is smooth. Then, without warning, everything slows down. The mouse may begin stuttering, File Explorer stops responding, Teams becomes difficult to use or the computer takes several seconds to react to each click.

A few minutes later, performance returns to normal.

Intermittent slowdowns are often harder to diagnose than a computer that is permanently slow. By the time somebody opens Task Manager or contacts IT support, the problem may have disappeared—along with the evidence showing what caused it.

The solution is to identify the pattern and capture what the computer is doing while the slowdown is happening.

Possible causes include:

  • A background application consuming CPU time
  • Memory pressure and heavy paging
  • An SSD or hard drive becoming temporarily overloaded
  • Microsoft Defender or another antivirus scan
  • Windows Update activity
  • OneDrive synchronisation
  • Thermal throttling
  • An underpowered laptop charger
  • Network or VPN delays
  • A failing storage device
  • A software or driver memory leak
  • Scheduled tasks
  • A damaged user profile
  • Hardware beginning to fail

The important question is not simply, “Why is my computer slow?”

It is:

What changes between the period when the computer performs normally and the moment when it slows down?

Start by Describing the Slowdown Properly

“Slow” can mean several different things.

Before changing settings, establish what the user actually experiences.

The whole computer becomes unresponsive

The mouse, keyboard, Start menu and applications all respond slowly.

This commonly suggests:

  • High processor use
  • Memory exhaustion
  • Storage congestion
  • Thermal throttling
  • A driver or hardware problem

Only internet-based applications become slow

Websites, cloud applications, Teams and remote systems respond poorly, while local programs remain normal.

This points more towards:

  • Wi-Fi interference
  • Internet congestion
  • VPN performance
  • DNS problems
  • Packet loss
  • A cloud-service problem
  • A remote server issue

One application becomes slow

Windows remains responsive, but one program freezes, consumes resources or stops responding.

Investigate that application before treating the entire computer as faulty.

The computer slows down after several minutes of demanding work

Performance begins normally but declines during gaming, rendering, video calls or intensive calculations.

This can indicate:

  • Thermal throttling
  • Power limits
  • Insufficient cooling
  • A low-wattage charger
  • Memory filling gradually
  • A software leak

The slowdown happens at the same time each day

This often points towards scheduled activity such as:

  • Antivirus scanning
  • Backup jobs
  • Windows maintenance
  • Software updates
  • Cloud synchronisation
  • Reports or scripts
  • Endpoint-management tasks

The timing of the slowdown is often as useful as the performance data itself.

Keep a Simple Incident Log

Intermittent faults are much easier to diagnose when their timing and conditions are recorded.

Each time the slowdown occurs, note:

  • Date and time
  • Applications open
  • Whether the PC was on battery or mains power
  • Whether a VPN was connected
  • Whether the fans became louder
  • Whether the device felt hot
  • Whether the internet was affected
  • Whether Task Manager showed high CPU, memory, disk or network use
  • How long the problem lasted
  • What made it stop

A useful entry might look like:

10:20am — Teams call, Outlook and 18 browser tabs open.

Laptop connected through USB-C dock.

Fans became loud.

Task Manager showed 100% disk use and 92% memory.

Performance returned after OneDrive finished synchronising.

That is considerably more useful than:

PC slow again.

Patterns often become clear after only three or four incidents.

Open Task Manager During the Slowdown

Press:

Ctrl + Shift + Esc

Select Processes.

Click the headings for:

  • CPU
  • Memory
  • Disk
  • Network

This sorts the busiest processes to the top.

Do not immediately end the first process you do not recognise. Record its name and resource use first.

High CPU usage

A process using substantial CPU may be:

  • Performing legitimate work
  • Stuck in a loop
  • Updating
  • Scanning files
  • Rendering media
  • Processing a large spreadsheet
  • Malfunctioning
  • Potentially malicious

Temporary CPU spikes are normal. Sustained use while the PC is otherwise idle deserves investigation.

High memory usage

Look for:

  • One application using several gigabytes
  • Memory usage remaining above 85–90%
  • Very little available memory
  • Browser tabs repeatedly reloading
  • Applications becoming slow when switching between them

When physical memory becomes scarce, Windows relies more heavily on compressed memory and the page file. This can make an otherwise fast computer suddenly feel sluggish.

High disk usage

A drive can show 100% active time even when the data-transfer rate appears low.

This may happen because the drive is processing many small requests rather than one large transfer.

Common causes include:

  • Antivirus scanning
  • Windows Update
  • Search indexing
  • OneDrive
  • Backup software
  • Heavy paging
  • A failing drive
  • An application repeatedly accessing small files

High network use

An application may be:

  • Downloading an update
  • Synchronising cloud files
  • Uploading a backup
  • Streaming video
  • Using a VPN
  • Transferring files to a server

Check whether the slowdown affects only internet-based activity or the complete computer.

Use the Performance Page

Task Manager’s Performance section provides a broader view of the system.

Check:

  • CPU utilisation and speed
  • Memory usage
  • Disk activity
  • Wi-Fi or Ethernet traffic
  • GPU utilisation

The relationship between the readings matters.

For example:

CPU:     15%

Memory:  93%

Disk:    100%

may indicate that the PC is paging heavily because RAM is almost exhausted.

By contrast:

CPU:     100%

Memory:  55%

Disk:    8%

points towards a processor-heavy application or process.

Another useful pattern is:

CPU utilisation: 100%

CPU speed:        Very low

Temperature:      High

This may suggest thermal or power-related throttling rather than ordinary processor demand.

Use Resource Monitor for More Detail

Task Manager can open the more detailed Windows Resource Monitor.

Press Windows key + R, enter:

resmon

and select OK.

Resource Monitor separates information into:

  • CPU
  • Memory
  • Disk
  • Network

CPU

You can see which processes are consuming CPU and which services are associated with them.

Memory

Look at:

  • Hard faults per second
  • Commit
  • Working set
  • Shareable memory
  • Private memory

A hard fault does not necessarily mean defective hardware. It usually means Windows had to retrieve a memory page from storage because it was not available in physical RAM.

Large numbers of hard faults during a slowdown can indicate memory pressure.

Disk

Resource Monitor shows:

  • Which process is using the drive
  • Which files are being accessed
  • Read and write rates
  • Response times
  • Disk queue activity

Very high response times can help distinguish ordinary disk activity from a struggling or failing drive.

Network

You can identify:

  • Applications sending or receiving data
  • Active TCP connections
  • Listening ports
  • Network utilisation

This is useful when a slowdown appears linked to OneDrive, a backup system, a VPN or a remote business application.

Check Reliability Monitor

Windows Reliability Monitor provides a timeline of application failures, Windows errors, updates and hardware-related events.

Press Windows key + R, enter:

perfmon /rel

and select OK.

Look for red crosses and warnings around the times when performance deteriorated.

Possible entries include:

  • Application stopped working
  • Windows failure
  • Hardware error
  • Failed software installation
  • Driver failure
  • Unsuccessful Windows update
  • Unexpected shutdown

Select an event to view more details.

Reliability Monitor is particularly useful when the slowdown is followed by:

  • An application crash
  • A black screen
  • A driver reset
  • File Explorer restarting
  • A forced reboot
  • A blue-screen error

One isolated event may not be significant. Repeated failures involving the same application, driver or hardware component deserve attention.

Review Windows Event Viewer Carefully

Open Start and search for:

Event Viewer

Review:

Windows Logs > System

and:

Windows Logs > Application

Focus on the exact time of the slowdown.

Look for repeating errors involving:

  • Disk
  • NTFS
  • Storage controllers
  • Graphics drivers
  • Network adapters
  • Services
  • Application hangs
  • Thermal events
  • Unexpected shutdowns

Do not assume every warning is responsible.

Windows records many events during normal operation. The most useful evidence is an event that repeatedly appears at the same time as each slowdown.

Check for Windows Update Activity

Windows Update can temporarily use:

  • CPU
  • Memory
  • Storage
  • Network bandwidth

Open:

Settings > Windows Update

Check whether Windows is:

  • Downloading updates
  • Installing updates
  • Waiting for a restart
  • Repeatedly failing to install the same update

A failed update can create repeated background activity.

Install pending updates and restart the computer properly. A restart performs a fuller Windows startup than a Fast Startup shutdown and can complete servicing tasks that remain pending.

If the same update repeatedly fails, investigate the update problem rather than permanently pausing security updates.

Check Microsoft Defender and Other Security Software

Antivirus software may cause short periods of high CPU and disk use while it scans:

  • Newly downloaded files
  • Email attachments
  • Large archives
  • Development folders
  • Virtual-machine files
  • Network shares
  • Recently changed data

Open:

Windows Security > Virus & threat protection

Check:

  • Current threats
  • Protection history
  • Scan status
  • Security intelligence updates

A short scan-related slowdown may be normal.

However, constant scanning can indicate:

  • Two antivirus products conflicting
  • A folder being rewritten repeatedly
  • A damaged application cache
  • A backup program creating constant file changes
  • An incorrectly configured exclusion or policy

Do not disable protection permanently to improve performance.

For business devices, antivirus performance settings should be reviewed centrally and adjusted only after confirming which files or applications are causing excessive scanning.

Check OneDrive and Cloud Synchronisation

OneDrive can temporarily use CPU, memory, storage and network bandwidth while processing changes.

Select the OneDrive cloud icon near the clock.

Look for:

  • Processing a large number of changes
  • A folder being uploaded for the first time
  • Sync conflicts
  • Repeated sign-in errors
  • Files being downloaded for offline use
  • A SharePoint library containing very large numbers of files

Pause OneDrive briefly and see whether the slowdown stops.

If performance immediately improves, investigate the sync workload rather than disabling OneDrive permanently.

For businesses, OneDrive may be protecting Desktop, Documents and Pictures through Known Folder Move. Turning it off without a replacement backup plan may put company data at risk.

Check Browser Tabs and Extensions

Modern browsers create separate processes for:

  • Tabs
  • Extensions
  • Graphics
  • Audio
  • Networking
  • Background applications

A browser may perform normally initially and then consume increasing memory or processor time as more tabs remain open.

Check Task Manager and the browser’s own process manager.

In Microsoft Edge, press:

Shift + Esc

This shows resource use by individual tabs and extensions.

Test by:

  1. Closing unused tabs
  2. Disabling unnecessary extensions
  3. Restarting the browser
  4. Testing an InPrivate window
  5. Updating the browser

A single faulty extension can cause intermittent slowdowns even when the main browser application appears legitimate.

Check for Memory Leaks

A memory leak occurs when an application or driver continues allocating memory without releasing it correctly.

Typical symptoms include:

  • The PC performs normally after restart.
  • Memory usage gradually increases.
  • One process grows continuously.
  • Performance deteriorates after several hours.
  • Closing or restarting the application restores performance.
  • The problem returns later.

Monitor the process over time.

For example:

9:00am:  500MB

11:00am: 1.8GB

1:00pm:  4.2GB

3:00pm:  7.6GB

This pattern deserves investigation.

Updating, repairing or replacing the application may solve the problem. Adding more RAM may only delay the eventual slowdown.

Kernel and driver leaks can appear as unusually large or continuously growing paged or non-paged pools on Task Manager’s Memory page.

Check the Storage Drive

A storage problem can make a fast computer become intermittently unresponsive.

Warning signs include:

  • Disk usage reaching 100%
  • Applications freezing while loading or saving
  • File Explorer hanging
  • Repeated disk or NTFS errors
  • Unusually high response times
  • Windows Update failures
  • The SSD disappearing temporarily
  • A mechanical drive clicking or repeatedly spinning up
  • The slowdown worsening over time

Open:

Settings > System > Storage > Advanced storage settings > Disks & volumes

Select the system drive and review any available health information.

Also run the manufacturer’s diagnostics where available.

If the drive reports a critical warning or behaves intermittently, back up important files immediately.

Do not repeatedly stress-test or reinstall Windows onto a drive that may be failing.

Check Free Disk Space

Windows needs free storage for:

  • Updates
  • Temporary files
  • Page-file activity
  • Application caches
  • Restore points
  • User-profile operations
  • Search indexing

Open:

Settings > System > Storage

A nearly full system drive can cause performance to deteriorate unpredictably, particularly during updates or memory pressure.

Use:

  • Temporary files
  • Cleanup recommendations
  • Storage Sense
  • Application removal
  • OneDrive Files On-Demand

Do not manually delete folders from C:\Windows, Program Files or ProgramData.

Check for Thermal Throttling

A computer may begin fast and slow down as it heats up.

Typical signs include:

  • Fans become loud.
  • Performance declines after several minutes.
  • CPU or GPU temperatures approach their limits.
  • Clock speeds fall while utilisation remains high.
  • Performance returns after the computer cools.

Check:

  • Air vents
  • Fan operation
  • Dust accumulation
  • Laptop position
  • Room temperature
  • Cooling profile
  • Charger type

Do not rely on temperature alone. Confirm whether clock speeds and performance fall when the temperature reaches the thermal limit.

A failed fan, blocked heatsink or damaged cooling system should be repaired rather than hidden using lower performance settings.

Check Laptop Power and Charger Problems

A laptop may reduce performance when:

  • Running on battery
  • Using a low-powered USB-C charger
  • Connected through an underpowered dock
  • Unable to identify the charger
  • Using a power-efficiency profile
  • Experiencing a battery fault

Check:

Settings > System > Power & battery

Compare performance:

  • On battery
  • Connected directly to the approved charger
  • Connected through the dock
  • Using Balanced and Best performance modes

If the slowdown occurs only through a dock or third-party charger, the issue may be power delivery rather than Windows.

Some laptops deliberately reduce processor and graphics performance when the adapter cannot provide sufficient power.

Disconnect External Devices

A failing peripheral or driver can cause periodic delays.

Disconnect non-essential equipment such as:

  • USB hubs
  • External drives
  • Printers
  • Webcams
  • Audio devices
  • Card readers
  • Docks
  • Bluetooth adapters
  • Additional monitors

Test the PC with only essential hardware connected.

If performance becomes stable, reconnect devices individually until the slowdown returns.

External storage and docking stations deserve particular attention because they combine hardware, firmware and several drivers.

Check Scheduled Tasks

Intermittent slowdowns that occur at predictable times may be triggered by Task Scheduler.

Open Start and search for:

Task Scheduler

Review recently run tasks and their last-run times.

Possible sources include:

  • Software updaters
  • Backup tools
  • Maintenance scripts
  • Manufacturer diagnostics
  • Security scans
  • Reporting tools
  • Cloud applications

Do not delete unfamiliar Microsoft or business tasks.

Record:

  • Task name
  • Publisher
  • Trigger
  • Action
  • Executable path
  • Last result

A scheduled task may be legitimate but poorly timed.

Hamilton Group can move maintenance activity to a quieter period while preserving security and backup requirements.

Check Startup Applications

A program that starts with Windows may remain quiet initially and later begin background activity.

Open:

Task Manager > Startup apps

Review:

  • Application name
  • Publisher
  • Status
  • Startup impact

Disable only non-essential items and test.

Examples might include:

  • Game launchers
  • Music applications
  • Unused chat clients
  • Manufacturer promotional tools
  • Obsolete update assistants

Do not disable:

  • Antivirus
  • Backup monitoring
  • Accessibility software
  • Required VPN tools
  • Device-management agents
  • Essential hardware controls

Perform a Clean Boot

A clean boot helps determine whether third-party software is responsible.

Press Windows key + R, enter:

msconfig

Then:

  1. Open the Services tab.
  2. Select Hide all Microsoft services.
  3. Select Disable all.
  4. Open the Startup tab.
  5. Select Open Task Manager.
  6. Disable startup applications.
  7. Restart Windows.
  8. Use the PC normally and wait to see whether the slowdown returns.

Always select Hide all Microsoft services before disabling services.

If the slowdown disappears, re-enable items in groups until the responsible service or application is identified.

A clean boot is a diagnostic state, not a permanent configuration.

Test Another User Profile

When only one user experiences the slowdown, the Windows profile may contain:

  • Broken settings
  • Excessive startup entries
  • Damaged application data
  • Problematic shell extensions
  • Failed network mappings
  • Large temporary caches

Create a temporary test account under:

Settings > Accounts > Other users

Use the new account long enough to reproduce the normal workload.

If the new account remains fast while the original account slows down, focus on the original profile rather than reinstalling the complete computer.

Scan for Malware and Unwanted Software

Unwanted software may remain quiet and then perform processor, graphics, disk or network-intensive activity.

Warning signs include:

  • Unfamiliar processes
  • Unknown scheduled tasks
  • Browser redirects
  • Security settings changing
  • High GPU use while idle
  • Fans running when no applications are open
  • Unexpected remote-access software
  • Unexplained network traffic

Run:

  • Microsoft Defender Quick scan
  • Full scan
  • Offline scan when persistent compromise is suspected

Do not install several real-time antivirus products. They can conflict and cause the same intermittent performance problems you are trying to solve.

Check Drivers and Firmware

Intermittent slowdowns can be caused by:

  • Graphics-driver resets
  • Storage-controller problems
  • Network-driver delays
  • USB and docking-station issues
  • Outdated chipset drivers
  • Firmware power-management bugs

Install Windows updates and check the computer manufacturer for current:

  • BIOS or UEFI
  • Chipset
  • Graphics
  • Storage
  • Network
  • Thunderbolt or USB-C
  • Dock firmware

Avoid third-party driver-updater utilities.

If the slowdown began immediately after a driver update, check whether Roll Back Driver is available in Device Manager.

Capture a Windows Performance Trace

When ordinary tools do not identify the cause, Windows Performance Recorder can capture detailed evidence while the slowdown occurs.

It can record:

  • CPU activity
  • Thread execution
  • Disk operations
  • File access
  • Memory behaviour
  • Driver activity
  • Interrupts
  • Network activity
  • Application responsiveness

The trace can then be analysed in Windows Performance Analyzer.

This is particularly useful when:

  • Task Manager shows high “System” use
  • System Interrupts are elevated
  • A driver is suspected
  • The slowdown lasts only briefly
  • No single application explains the issue
  • The problem affects several managed devices

Performance traces may contain sensitive file paths, usernames, process details and business information. They should be collected and handled by an authorised technician.

When the Problem May Be Hardware

Hardware becomes more likely when slowdowns are accompanied by:

  • Blue screens
  • Random restarts
  • Graphical corruption
  • Storage errors
  • The SSD disappearing
  • Memory-test failures
  • Overheating
  • Electrical smells or sounds
  • USB devices disconnecting repeatedly
  • Failures outside Windows
  • Increasing frequency of the problem

Possible hardware causes include:

  • Failing SSD or hard drive
  • Defective RAM
  • Cooling failure
  • Unstable power supply
  • Damaged motherboard
  • Faulty graphics card
  • Failing laptop battery or charger

Do not continue stress testing a computer that is overheating, making abnormal noises or reporting storage-health warnings.

Common Mistakes to Avoid

Restarting immediately without recording anything

Restarting may temporarily fix the slowdown but remove valuable evidence.

Ending random processes

You may interrupt Windows, antivirus, backup or business-management software.

Installing “PC optimiser” software

These tools often disable services, clear useful caches or add more background software.

Assuming more RAM is always the answer

Memory may be healthy while the actual issue is CPU, storage, temperature, power or networking.

Disabling antivirus

Investigate why scanning is excessive rather than removing protection.

Reinstalling Windows too early

A failing SSD, dock, charger or network problem may continue after a reinstall.

Ignoring the timing

A slowdown that occurs at 2:00pm every day is unlikely to be random.

An Intermittent Slowdown Checklist

When a PC is fast most of the time but periodically slows down:

  1. Record the date and exact time.
  2. Describe which parts of the PC become slow.
  3. Open Task Manager during the incident.
  4. Sort by CPU, memory, disk and network.
  5. Take screenshots.
  6. Review Performance graphs.
  7. Open Resource Monitor.
  8. Check available and committed memory.
  9. Check drive response times.
  10. Check Reliability Monitor.
  11. Review Event Viewer at the same time.
  12. Check Windows Update.
  13. Check antivirus scan activity.
  14. Review OneDrive and cloud synchronisation.
  15. Check browser tabs and extensions.
  16. Watch for a process that grows over time.
  17. Review storage health and free space.
  18. Check temperature and clock speeds.
  19. Test the approved charger directly.
  20. Disconnect docks and external devices.
  21. Review scheduled tasks.
  22. Check startup applications.
  23. Perform a clean boot.
  24. Test another user profile.
  25. Scan for malware.
  26. Update drivers and firmware.
  27. Capture a performance trace if the cause remains unclear.
  28. Test hardware when errors or instability are present.

How Hamilton Group Can Help

Intermittent slowdowns waste time because the computer may appear normal whenever support begins looking at it.

Hamilton Group’s experienced IT team can capture and analyse what is happening during the actual performance incident.

We can help with:

Real-Time Performance Diagnosis

We can monitor:

  • CPU utilisation
  • Memory pressure
  • Disk response times
  • Network traffic
  • GPU activity
  • Temperature and clock speed
  • Power limits
  • Application behaviour

Windows Performance Analysis

For difficult cases, we can collect and analyse Windows Performance Recorder traces to identify:

  • Busy processes and threads
  • Driver delays
  • Storage bottlenecks
  • Hardware interrupts
  • Application hangs
  • Background maintenance

Storage and Hardware Testing

We can test:

  • SSD and hard-drive health
  • Memory
  • Cooling systems
  • Chargers and docks
  • Power supplies
  • Graphics hardware
  • Motherboards

Application and Service Troubleshooting

Hamilton Group can investigate:

  • Microsoft 365
  • Teams
  • OneDrive
  • Browsers
  • Security software
  • Backup systems
  • Line-of-business applications
  • Manufacturer utilities

Business-Wide Problems

When several employees experience similar slowdowns, the cause may involve:

  • Group Policy
  • Microsoft Intune
  • Endpoint-security policy
  • VPNs
  • Network congestion
  • Server performance
  • Cloud-service connectivity
  • Scheduled scans or backups

We can correlate activity across the environment rather than treating every computer as a separate fault.

Proactive Monitoring

Hamilton Group can monitor recurring processor, memory, storage and hardware issues before users lose significant working time.

We aim to make first contact on IT support requests within 15 minutes, helping businesses investigate performance problems while the evidence is still available.

Capture the Evidence While the PC Is Slow

An intermittent slowdown is rarely truly random.

Something changes: an application begins processing, memory fills, the drive becomes busy, the computer overheats, a scheduled task starts or a network dependency becomes unavailable.

The best diagnosis comes from comparing the system when it is fast with the same system during the slowdown.

Hamilton Group can identify that difference, protect your data and resolve the underlying issue without relying on unreliable optimisation tools or unnecessary Windows reinstalls.

Call 0330 043 0069, book a meeting with one of our experts or visit hgmssp.com for experienced help diagnosing intermittent Windows 11 performance problems.