I have an HP Laptop with i3 Processor and 8GB of RAM and 1TB HDD. I never had any issue but since last week my laptop is hitting 100% CPU utilization and when I log in and checked the system, hangs or freezes on task manager or any other applications. I have disabled the background apps, Removed bit defender security tools, there we no recent updates, checked for all the hardware updates, Room temperature is normal as usual.
Please check the below image. My laptop interrupt service come close up to 100% CPU
First I would suggest you to run System File Checker scan in your Laptop:
Search for ‘command prompt’ using Cortana or Windows Search.
From results, right click on Command Prompt and select Run as administrator.
Type sfc /scannow command and press Enter key.
Let the command completely and then reboot the machine.
If the above not solved your issue try to run Windows Defragment in your Laptop.
Please follow the below steps:
Select the search bar on the taskbar and enter defrag.
Select Defragment and Optimize Drives.
Select the disk drive you want to optimize.
Select the Optimize button.
Check if performing the above steps solve your issue. I will appreciate if you let us know the result if the above was not helpful so that we can guide you with more troubleshooting steps.
Windows 10 most of the App running in the background which is not required most of the time for the users. So, try to disable non-usable or all the App which is running in the background and see if this resolve your problem.
Disable background App:
Open Start > Settings > Privacy > Background apps
Disable all Background apps.
Run DISM check:
From an [ elevated command prompt ]
You can run Check, then Scan, but you should always run RESTORE HEALTH
To check the health (You would use /CheckHealth to only check whether the image has been flagged as corrupted)
run Dism /Online /Cleanup-Image /CheckHealth
run Dism /Online /Cleanup-Image /ScanHealth
Use DISM /Online /Cleanup-Image /RestoreHealth
This generally takes 15-30 minutes depending on the corruption and size of the partition
The System Interrupts process also referred as 'Interrupts. ’ System interrupts are a component of Microsoft Windows operating systems and which often you can see running in Task Manager. It is not like many other processes that run in the background - System Interrupts occurs below the operating system level and is not associated with any particular process.
Although the word ‘System interrupt’ does not appropriate definition for smooth communication, hardware interrupts are a normal way for hardware and the CPU to communicate. Like for example, any hardware components on your computer, it can be a keyboards or a printers require attention and monitoring as with most running processes, however, but not all CPU resources are dedicated to monitoring signals from any one particular hardware component. Interruption signals are sent to the CPU, and if a system interrupt has a higher priority than the process currently being serviced, the CPU suspends the current process, deals with the higher priority for system interrupt, and then resumes the original process.
This may sound complicated to you, but it is straightforward. There are many other process process happening rapidly in normal operation like system interrupts in the Windows. The System Interrupts process should not use more than 5% of the CPU power, however, some users have reported that the excessive CPU usage of this process is the major reason by System Interrupts which usually means that your hardware driver is not working properly or there is maybe an issue with the hardware itself.
The below suggestion given by @tjnihal will help you sort this problem. Please follow his suggestion and let us know.
Is your computer running slow? High CPU usage can be a culprit. Here are some steps you can try to troubleshoot the issue:
Restart the WMI Provider Host: This Windows process helps manage system devices. Sometimes, it can glitch and consume excessive CPU resources. A simple restart might clear things up.
Check Event Viewer for Clues: Event Viewer logs system events, including errors and warnings. It can offer valuable insights into what might be causing the high CPU usage.
Carefully Modify Registry Settings (if comfortable): The Windows Registry stores system configurations. Advanced users can potentially adjust settings related to CPU usage, but proceed with caution! Making mistakes here can cause problems. It’s a good idea to back up your registry before making any changes.
Turn Off Unnecessary Notifications: While notifications can be helpful, some users report that disabling them can reduce CPU usage.
Reset Your Computer as a Last Resort: If all else fails, resetting your computer to factory settings might be necessary. This will erase all your personal data, applications, and configurations, so only consider this option if other solutions don’t work.
Remember to monitor your CPU usage after trying each step to see if the problem persists.