A machine is described as being "really slow" or "freezing". How can I troubleshoot/resolve this issue? What should be the first steps to take?
|
If this is an NTFS filesystem then don't bother defragging. It will make NO difference. Assuming you are using a Windows OS.. Things to check:
|
|||||||||||||||||
|
|
First off, I check what is automatically started when the machine boots up.
I will then run process explorer and see what is running after it is booted and see what hogs up a lot of memory and CPU. I will then make sure all the drivers are up to date, same with anti-virus, windows update and other critical applications such as web browsers, java, flash, etc. Then I will defrag their hard drive if it needs to be done. Sometimes I will clear out their web browser history and cookies and also clean out their temp folders. I will also look through the event viewer to see if there are any errors being reported and check into them if they do. If all else fails and the system will support it, a RAM upgrade may be in order. |
|||||||||
|
|
Most system freezes (where you can't use hot-keys like CTRL+ALT+DEL) are caused by hanging drivers,
|
|||||
|
|
(assuming for a moment, we are talking about Windows) If your computer is suddenly running slow (i.e. you don't just have a slow computer), I would check the Windows Task Manager.
Virus scanners or other background services can sometimes become overzealous in using system resources. Sometimes an application can enter a race condition where it gets "stuck" in some loop of code it just runs continuously. Then, sometimes, you just have some application you forgot about taking up all your CPU time. The Task Manager should tell you if anything like this is going on. |
|||||||||
|
|
In this order usually...
A good pass of a Defrag program, CCleaner, and a Virus Scan & Malware Scan is beneficial as well. |
||||
|
|
|
To see if your machine is going to be slow, check
There are many 3rd party tools available that give you information on your computer, but to do this quite easily without those you can use the Windows Task Manager. To open "Task Manager"
On the performance tab you will see how 'busy' your CPU is also how much physical memory is available. If CPU is consistently above 10% and there is less than 500000 K of memory available your machine is probably going to be running slowly. Also if your hard drive is full, this could lead to poor performance. You should aim to have at least 15% of free space. To check this, open Windows Explorer, you can do this by
Select the C: drive with a mouse click. Then right click and select properties - this will tell you how much free/used space you have on your hard drive. |
||||
|
|
|
Defragment your hard drive. For Windows XP Disk Defragmenter is located at For Windows 7 or Vista see this question. |
||||
|
|
|
For another speed boost, disable unnecessary windows services. There are a few well-trusted databases on what's safe to disable and what's not, e.g. The Elder Geek's : http://www.theeldergeek.com/services%5Fguide.htm |
||||
|
|
|
Not without knowing what is causing the freezing as it is not actually causing a crash. This sounds like at first guess that it is a hardware interrupt / bad device driver causing this, as for banging the keyboard - this is most likely just down to luck. Try first looking through your system event log for any errors or warnings that could be driver related. Next either uninstall the driver or if you do not find anything, I would first advise unplugging all extra USB devices as the easiest solution, then if that solves it, plug them in one by one until you find the bad one. If you do not find anything, you may actually need to uninstall drivers. If you still have errors or want to rule it out earlier, I would advise running a memory test, and going to the command prompt to run a I used to get this all the time on old machines, 99% of the time it was people buying cheap/unknown brand devices with VERY bad drivers - it gives Windows a bad name. If however you still getting problems after following this, please say and I will try to help further. |
||||
|
|
|
Personally, I go with the following:
Now, if the computer hasn't speeded up somewhat, I recommend them to simply let me format the system and start over clean. Because of the nature of windows and all the junk that inevitably forms over years of use, this is usually the only viable solution. Good luck! |
||||
|
|
|
I always check the following... RAM. Modern OSes are RAM-hungry and the more you have the better off they are. Hard drive space. Modern OSes are hard drive hungry and the more you have the better off are. Background processes (e.g. open applications, disk scanning software, virus software, viruses themselves). The more gadgets, widgets, applications, etc., the slower things will be overall. Only keep open what really needs to be open. Time between reboots. Every OS needs to be rebooted every once in a while. |
||||
|
|
|
Assuming a machine used to be running fast, and is now running slow (and it isn't Linux based)....
|
||||
|
|
|
In addition to the other suggestions here, I have found that simply emptying the Recycle Bin can make a difference to performance, if I have been filling it with large collections of files. |
||||
|
|
|
Other options to consider are:
|
||||
|
|
|
In case of Windows, install only those software which you need. Don't mess up your PC with all useless stuff. Check for registry errors and fix them using a good software like regcure or registry booster. Don't forget to check whether your antivirus is updated or not. Outdated antivirus often tends to slow down the system. Use CCleaner to remove the crap. Don't exhaust your RAM by using too many programs in background. Turnoff Windows sidebar or desktop enhancement software if you don't need them. Scan all system by updated virus to make sure it is not infected. Also disk defrag etc. small utilities can be helpful for your PC. |
||||
|
|
|
That sounds like an unusual circumstance (as many people experience little trouble day-to-day with Windows 7 and your issue sounds quite inconvenient). Could you provide more detail? Is this a "new" new PC or just one that is new to you (i.e. second hand with Windows 7 newly installed)? Do you know the specification of the PC? Does the problem happen regularly in normal use, intermittently with no obvious pattern, or at specific times like shortly after start-up? In the absence of more information, a first stab at somewhere to look for the cause of the issue is to check that you drives are healthy by querying their SMART status paramaters with a tool like http://gsmartcontrol.berlios.de/ (available for both Linux and Windows - there are numerous other utilities with similar abilities if this doesn't work well on your PC). A failing drive is quite a common cause of unexpected pauses, as for certain faults the drive will cycle retrying until it manages to read/write what it has been asked to read/write and the user interface seem to hang until the OS gets a response from the drive. Also check the Windows event logs for around the time(s) the issue is apparent. Most hardware drivers will report unexpected conditions there and Windows itself will report certain driver errors there that the drivers themselves fall over before reporting (older Windows variants would just bluescreen in such circumstances, but newer releases will try restart drivers and log the event when an otherwise "fatal" error condition occurs) - so if the problem is caused by an errant driver or faulty hardware those logs may give useful clues. |
||||
|
|