10 things that can make a computer slow in processing and what you could to do.
User complaints are minimal when the computer is new. The computer starts up quickly and programs seem to open in a snap. But overtime, the user begins to notice that the system is slow or that it hangs up often. While possible causes for system slowdown are endless, these 10 will suggest areas to first consider.
1. Spyware and Viruses.
Spyware and viruses pose a significant security threat, and they can also dramatically decrease computer performance. The first step to combat these should always be to scan the machine with updated spyware detection/removal and antivirus software. If these software scanners do not work or they claim to work but you still see symptoms of a virus attack, here are a few other steps to try.
• Identify and end suspicious processes with Windows Task Manager (Press Ctrl+Alt+Del)
• Identify and disable suspicious services and startup items with the System Configuration Utility (Type msconfig at the command prompt). Use with caution.
• Search and delete registry entries associated with suspicious services or startup items. (Type regedit at the command prompt). Use with caution.
• Install and use multiple spyware detection and removal utilities but do not use more than one anti-virus.
Note: If the above techniques fail, start Windows in Safe Mode and retry. You can enter safe mode by pressing F8 at system startup for the Advanced Boot Options.
2. Processor Overheating
Modern processors generate a lot of heat. That’s why all processors require some sort of cooling element. When the processor temperature goes over the specified temperature, the system can slow down or run erratically. Modern motherboards can monitor the processor temperature and report it through the system BIOS.
The processor fan may fail for several reasons.
• Dust is preventing the fan from spinning smoothly.
• The fan motor has failed.
• The fan bearings are loose and not spinning at the required velocity.
Often you can tell if there is a fan problem by listening or touching the computer. A fan with loose bearings will cause the casing of the system to vibrate, making a characteristic noise.
You may not have to change the fan. If it’s covered with dust, you can spray away the dust with compressed air. Even though you might get the fan working again, it’s pertinent to note that the lifespan of the fan has been likely reduced because of the overwork.
3. Bad RAM( Random Access Memory)
Several situations can lead to a bad RAM relationship with a particular computer.
Some known RAM problems are:
• RAM timing is slower than optimal machine specification.
• RAM has minor flaws that only appear on detailed testing.
• RAM is overheating
In the past, replacing a RAM was just a matter of knowing the speed the motherboard supports and the maximum each slot would take. Today it’s different, because there are many different speeds and types of RAM, and the better motherboards may be tolerant of using RAM that does not match the motherboard’s maximum specification. But beware that you may need to change BIOS settings and you may see performance decreases if you install RAM that is slower that the maximum spec.
Minor flaws in RAM chips can lead to system slowdowns and instability. The least expensive chips often have minor flaws that will cause your system to slow down or intermittent Blue Screens. Although built-in mechanisms may allow the system to keep working, there is performance drop when it has to deal with flawed RAM chips.
In the past, no one worried about RAM chips getting hot, because they didn’t seem to generate much heat. But that’s changed with newer RAM types, especially SDRAM. To check for overheating you may have to touch. You have to open the computer case, power down, and pull the plug out. Ground yourself and touch the plastic on one of your RAM chips. An alternative, which is preferred, is to use third party software. If you need it, I can get you one.
If you find that your RAM chips are overheating, you should consider buying a separate fan to cool your memory. If your motherboard doesn’t support a RAM fan, you might be able to get enough additional cooling by installing a fan card that plugs into a PCI slot.
4. Failing Hard Disk
There may be signs of imminent failure before a hard disk finally gives up, depending on the type of failure (mechanical, electronic, logical or firmware failure). Some of the signs include:
• Slow access times on the affected drive.
• An increasing number of bad sectors when running scandisk and chkdsk utilities.
• Unexplained Blue Screens.
• Intermittent boot failures.
Detecting a failing hard disk can be tricky because the early signs are subtle. With experience you could hear a change in the normal disk spin (Often manifested as a clicking or crunching noise or a high pitched whine). After the disk deteriorates further, you’ll see the system crawl to a standstill. Write processes will take a long time as the system tries to find good blocks to write to. (This will only occur if you’re using a robust file system such as NTFS; other file systems will likely display a Blue Screen).
You may get error messages such as “Windows delayed write failure” on Windows computers.
When you notice the system slow down, run scandisk or chkdsk depending on your operating system. (Just type chkdsk at command prompt, scandisk won’t work within Windows). If you notice a bad sector where a good sector existed earlier, that’s a clue that the disk is going bad. Backup the data on the disk and prepare for it to fail soon. Be sure to have a spare disk available so you can replace it when it finally fails, or replace the disk as soon as you notice the early signs of failure.
Disk noise and scandisk/chkdsk are your best indicators for identifying a failing drive that’s leading to a system slowdown. If you can’t take down a system for a full chkdsk/R run, you may use tools that monitor disk health such Executive Software DiskAlert.
5. BIOS settings
One often-ignored culprit of system slowdown is the machine’s BIOS settings. Most people accept the BIOS settings as they were configured in the factory and leave them as is. However, slowdowns may occur if the BIOS settings do not match the optimal machine configuration. Often you can improve machine performance by researching your motherboard’s optimal BIOS settings—which may not be the same as the factory defaults.
There is no centralized database of optimal BIOS settings, but a simple Web search on your motherboard name and BIOS as keywords should yield the correct settings.
You may also be able to increase performance by updating or “flashing” your BIOS. Check with your motherboard’s vendor for the software and instructions to do this.
Note: Flashing the BIOS may render your computer permanently unusable. Please use with caution, or contact me if need help.
6. Disk Type/Controller Compatibility
The hard disk you use in your computer should be compatible with the controller on the mainboard, else you’ll have a performance drop. Some sample Hard disk types are UDMA-33, 66,100 etc. It’s always a good practice to check the manual (if any) that came with the disk or the back of the disk to find out what IDE interface it support. If your motherboard only supports a UDMA 33 or 66 and you purchased a UDMA 100, the hard disk will work, but not at maximum capacity.
Another potential problem may be the cable type you using. UDMA 66+ drives require a different cable than older drive types. The drive may not work at all with the old cable type. Aged cables will break down over time, especially if they are tightly folded. It’s always worthwhile to change out the drive cable to see if performance improves.
Also keep in mind that hard disk technologies are improving speedily so that performance of newer disks is substantially greater (and so are disk capacities). Replacing older disk, even if they are not at risk of failure, can give you a big performance boost. New Serial ATA (SATA) disk are faster than old parallel ATA types.
7. Windows Services
Many Windows services are enabled by default. Most of these services however, are not required for your computer to run properly. You should review the services running on your computer and disable those that you don’t need. You view these services by typing msconfig at the command prompt and click on the Services tab.
The Essential column shows services Microsoft considers essential to running the computer. However, note that many required services are not defined as essential in the System Configuration Utility window. You can prevent a service from starting at bootup by unchecking the check box to the left of the service.
Another and more detailed way to see the Services is to use the Services applet found in the Administrative Tools menu. Right-click My Computer and select Manage. Important information contained in the Services console includes the service Name, Status, and Startup Type. You can get more details on a service by double-clicking on it to bring up the service’s Properties.
You can stop the service by clicking the Stop button. If you are sure that you don’t need the service, click the down arrow in the Startup Type drop-down list box and set the service to Disabled. If you are not sure if you need the service, change the Startup Type to Manual. Then you’ll have the option of manually starting the service if you find that you need it.
One service that is well known for slowing down Windows 2000/Windows XP systems is the Indexing Service. This service indexes the content of each hard disk and makes it easier for the Search utility to find files. Unless you are running a Web site that uses the indexing service, you may want to disable it to improve performance.
8. Runaway processes
Runaway processes take up all of the processors' cycles. The usual suspects are badly written device drivers, and legacy software installed on a newer operating system. You can identify a runaway process by looking at the process list in the Windows Task Manager. Any process that takes almost 100 percent of the processing time is likely a runaway process.
There are exceptions to this rule. On a smoothly running system, the System Idle Process should be consuming the majority of the processor cycles most of the time. If any other process were to take up 98 percent of the processor cycles, you might have a runaway process.
If you do find a runaway process, you can right-click the process and click the End Process command. You may need to stop some processes, such as runaway system services, from the Services console. If you can’t stop the service using the console, you may need to reboot the system. Sometimes a hard reboot is required.
9. Disk fragmentation
As files are added, deleted, and changed on a disk, the contents of the file can become spread across sectors located in disparate regions of the disk. This is file fragmentation. Some older operating systems, such as Windows NT, don’t have a built-in defrag utility; you must obtain a third-party solution, such as Executive Software’s Diskeeper.
Disk fragmentation can significantly slow down your machine. The disk heads must move back and forth while seeking all the fragments of a file. A common cause of disk fragmentation is a disk that is too full. You should keep 20 percent to 25 percent of your hard disk space free to minimize file fragmentation and to improve the defragmenter’s ability to defrag the disk. Thus, if a disk is too full, move some files off the drive and restart the defragmenter.
In Windows XP, you can use the defrag.exe command line tool to schedule defragmentation on a regular basis. For Windows 2000, you can use a program such as AutoDefrag to schedule defragmentation.
10 Background applications
The system tray is located at the right hand corner of the task bar. Each icon on the system tray represents a process running in either the foreground or background. Most of them are running in the background, so the users may not be aware that they are running 20+ applications at the same time.
This is due to applications starting up automatically in the background. Look first for such programs in the Startup folder in the Start menu. Many applications place components in the Startup folder to run in the background. Some of these programs can really chew up processor and disk time and noticeably slow down a system. Review each of the entries in the Startup folder and delete any that are unnecessary.
Not all programs that run at startup appear in the Startup folder. Another place to look is the following registry keys:
HKEY_ LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
(Hope you still remember how to access the registry)
In Windows XP, run msconfig and check the Startup tab to view startup programs. You can uncheck the boxes to keep individual programs from running at startup.
11. File system issues
Some file systems work better than others for large disk partitions. If the machine runs Windows NT 4.0, Windows 2000, Windows XP, or Windows Vista you should use the NTFS file system for best performance.
File system performance is closely related to cluster size and the number of clusters on the disk. NTFS file systems will bog down if you have a 60-GB hard disk configured with a cluster size of 512 bytes. This creates an enormous number of clusters, which the file system must track and seek. This becomes especially problematic when the drive is highly fragmented. One solution is to use larger cluster sizes. If you set the cluster size to 4K or larger, you will see noticeable improvement in file load times. Please note, however, that large clusters can significantly increase the amount of cluster slack space and lead to a lot of wasted disk space.
Another trick to alleviate file system issues involves tweaking some Registry values (Start Menu|Run|Regedit):
• The first Registry value you can tweak is NtfsDisable8dot3NameCreation, which can be found at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem. When you set this value to 1, it stops NTFS from generating the 8.3 file-naming convention used for backward compatibility. If you do not need these old filenames, you can improve performance by preventing NTFS from creating them.
• Another useful NTFS entry is the NtfsDisableLastAccess value, which can be found at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem. This is a REG_DWORD entry, and when it is set to 1, it will prevent NTFS from updating the date and time stamp of directories after they are browsed. However, this does not prevent an update to the file-access information when a file is opened or changed.
If you are not using the NTFS file system, you may be able to improve performance by moving files and folders out of the root directory. With FAT partitions, you may notice a big slowdown in system performance after running scandisk because a large number of .chk files are placed in the root directory. Users sometimes fill their root directories by making it the default file storage location. Move as many files and folders as possible out of the root directory, and performance should improve significantly.
No comments:
Post a Comment