
Random freezing in a Windows in the middle of work can be a very frustrating experience and can even cost us the loss of work. From time delays to sometimes complete crashes this behavior is something that every PC user wants to avoid or at least have very little of.
In this article, we will cover solutions on what to do and how to fix the random freezing of computers.
Viruses and other malware can cause freezes and other issues in your computer, run a complete system scan for any kind of viruses and malware and if needed remove them.
Besides taking your hard drive space some applications can have and require to have some services always running on your computer which can cause some issues, if an application is not needed and it is not used, removing it might solve freezing issues.
Sometimes the problem with freezing is not a software issue, having less RAM memory than the application requires can cause the application not to work properly and it can cause freezing of the entire system since precious RAM can not be allocated to the required application.
Corrupted Windows system files can cause freezing of the entire system, to fix this, start the command prompt in administrator mode and type sfc /scannow
Having too many applications running in the background can drain system resources and can cause system freezes because of lack of memory. Close applications that are running in the background and keep them minimal.
Having many files and/or folders on the hard drive can cause a lot of system resources to be wasted, from indexing size to less free space for caching. If you have files that you no longer need, removing them will free up space and can increase performance and introduce the stability.
Memory issues could lead to system freezing. When an application needs to write or read to a corrupted memory cluster, freezing will occur since it can not. To check memory bring up run dialog and type in ti mdsched.exe, click on restart now and let the memory test finish.
Hardware issues can cause freezing of applications and having the latest drivers can make a world of difference. Make sure that you have all device drivers to the latest versions.
Windows 10 has built-in tools to check hard drives for errors and to optimize them, use them in order to see if this issue is causing freezes.
A Clean registry is a happy registry and Windows is appreciating it. Make sure that you do not have any keys which you do not need in the registry and that long-forgotten application trails are deleted for good.
Like updating drivers, updating firmware is also important, and having the latest firmware for your SSD can help a lot, newer firmware can eliminate freezing if the issue was in Windows not using SSD properly.
Like updating SSD firmware can help so it can update Firmware on your BIOS. Make sure that you have the latest firmware version and freezing can go away if that was the issue.
@echo off taskkill /f /im explorer.exe taskkill /f /im shellexperiencehost.exe timeout /t 3 /NOBREAK > nul del %localappdata%PackagesMicrosoft.Windows.ShellExperienceHost_cw5n1h2txyewyTempState* /q timeout /t 2 /NOBREAK > nul start explorer @echo on