3

I'm not exactly sure when exactly it started happening, but my computer now is extremely slow.

Originally, I have been using this computer for all sorts of stuff: Photoshop, web design/development, movies and even some light (Warcraft 3) gaming. I have been running it with Windows XP

But now it is very, very slow, and I don't know how, why or when this happened. After I noticed the slowness, I removed Windows XP and installed Windows 7 on it, but it is still very slow. Now watching videos is unbearable at full screen (slow frame rates, audio out of sync) and painful when made smaller.

Why would this happen? What would cause this? I am starting to think it is a hardware problem (the CPU has died or something), but I don't even know if that is possible.

The PC is running with 1GB of RAM, three hard drives (all up, something like 400 GB) and I think a 1.6GHz processor

Josh Hunt
  • 21,369

7 Answers7

6

Checking the CPU temperatures is a good idea (RealTemp).
Don't forget the other common factor, harddisk state (HDTune).
And, yes (Ivo) graphics should also be checked (FurMark)

Alternatively, try running a USB Booting Ubuntu for a while...

PS: since you do not declare mysterious stalls and crashes,
I am ruling out memory problems for now.

nik
  • 57,042
3

CPUs are fairly robust. In my years of servicing laptops I have had only one where I had to change the CPU. The typical symptom of a faulty CPU (information handed down from my boss) is that the computer will simply fail to POST.

Most CPUs slow right down when they get too hot. It could mean that the heat is not dissipating efficiently enough from the CPU to the heatsink, and it may require a reapplication of thermal conductivity grease or a new fan (or simply a clean).

If your hard drives are faulty it may take a long time to swap from memory to the hard drive. If the hard drive is faulty it will usually show up in the SMART log (self-monitoring analysis and reporting technology) which all modern hard drives have. If your hard drive has a bad sector, it will automatically mark it as bad and remap it to an available backup sector, but this is usually a sign that your hard drive has had it. The SMART logs will show this as "reallocated sector count", but also if your hard drives show big numbers for read or write errors, then it means your hard drive has had it.

dreamlax
  • 568
3

Have you tried cleaning out any grills/other vent outlets? When collected dust clogs up fans and grills your components (mainly CPU & GPU) will overheat and run at a lower pace.

Just power down your pc and carefully vacuum any grills/brush any fans.

0

Incidentally, I just had this problem, with the CPU running at 98-100% at rest. I found the problem was a process called wmpnetwk.exe, the network sharing process for Windows Media Player. (I have Windows 7).

I killed that process (on Task Manager - Processes, click "Show processes from all users" in order to see it), then I found "Windows Media Network Sharing Service" in Services and disabled it. Note, I did NOT set that one to "manual"...it has a nasty tendency to restart itself, even without WMP running. My CPU went back to 0-5% with no programs running. Sped everything up considerably!

Windows Media Player still works, too. There are probably a handful of features in Windows 7 that aren't functioning now, but it's better than nothing functioning at all...

CodeMouse92
  • 103
  • 4
0

It might be a graphics card problem, like dragging windows seems slow and juddery and watching videos are terrible

admintech
  • 7,032
0

1st of: Check hardware. Remove memory or swap places. Run a benchmarking tool outside of windows. eg. http://www.inquisitor.ru/about/

2nd: You are running XP. Which means it gets slower the longer you use it. I think I reinstalled XP every three months when I was heavily using it.

Defrag every day, virus scans are necessary!

3rd: 'Upgrade' to Ubuntu! ;) Or just install it to see how things are running.

Pit
  • 892
0

Your harddrive may be failing.

Try a utility that can turn on SMART and check for read and write errors. SpinRite and smartmontools come to mind. This is my first guess.

You may have unsupported hardware.

Check Device Manager for question marks. Resolve by finding drivers.

Use msconfig or Windows Defender to turn off unneeded startup programs.

You may have faulty peripherals.

A bad Ethernet NIC can generate lots of spurious interrupts and drag down a system. Ditto USB.

Strip the system down to bare essentials ans see if the problem remains. Remove all USB hardware, and then plug them in one at a time, in different ports than usual.

You may have software run amok

This is my last guess, as you have tried two different O/S. However, modern Anti/Virus and security suites can drag down any older system. Try running without one for a while and see what happens (just be careful on the Internet!)

kmarsh
  • 4,998