Windows is very slow with my new SSD

18

5

I have a laptop HP probook 4520s with

Core i5 M480 @ 2.67Ghz,
4Gb RAM,
640 GB HDD Radeon HD 6370m 1GB video card.

It would seem like a good stack for work, right? But My HDD has crashed after everyday walking with laptop about 1 year.

After buying my new SSD (Patriot memory - Torqx II 128 Gb SATA II) and installing new Windows 8 from scratch - it was amazing fast. But I had only install windows updates, and I feel that the speed become the same as my old HDD, after install other software for my work, it becomes so slow, so when I use my PC with old lower configuration and it really works better than my awesome laptop... I checked that TRIM and AHCI mode are turned on. So why's that?

I asked for help in Patriot Memory support, they suggested to send them ATTO test results, done, sent. Here is the response:

"Thank you very much for the attached results. Looking at the results, I can see that your SSD speed is a lot lower than it should be. Can you tell me your system specs?"

Until they checked my email, I re-installed Windows 8 to Windows 7 and it was again perfect, but the story repeats it becomes slower and slower after every installing new software. Check out some screenshots..

---

(sorry for the screenshot with russian TaskManager, I hope you will recognize those parameters accordingly with your english or other lang TaskManager)

So the main issue that something everytime loads the disc on 100% and the response time is jumping around 1000-3000 ms. (when something is installing - response time is ~10k-12k ms)

Why am I asking about Windows? Because I tried to install Linux Mint (x86) and It just flies. So great performance independent on how many programs I have installed. Only Windows (any 7 or 8) has this problem.

So guys, I appreciate any ideas about how to fix that and may be answers of main question - "why is it so.?"

Thanks!

P.S. It might be important information: I have another one partition with Linux Mint (x86) installed with Dual Boot near the Windows 8 (x64). The bootloader - GRUB. Linux works very great. So i'm not sure that it's really SSD issue.. as it works great with other (linux) OS. Right ?

UPD01: I've followed @Breakthrough's suggestion and opened DISKPART to see the partitions and they alignment offset and here is the output:

Partition ###  Type         Size     Offset
-------------- ------------ -------- --------
Partition 1    Primary      350Mb    1024 kb
Partition 2    Primary      87Mb     351 Mb
Partition 0    Extended     31Gb     87 Gb
Partition 3    Logical      31Gb     87 Gb

UPD02: Here is the screenshot of AS SSD Benchmark. It was testing about 1 hour on a 4k-64Thrd Write Step. Other steps went about ~1 min.

enter image description here

Might installing Windows 8 x86 resolve this issue, even for a little bit ?

Here is the screenshot from Clean Windows 8 AS SSD Benchmark test before Windows calculate my Windows Experience Index

enter image description here

UPD!!!!!!!! - The probles was bad SSD. They gave me a NEW one(ADATA SX900), and it just flies! Really fast. So to all having this problem - return it back to shop via warranty ASAP!!! Thanks!

Maksym

Posted 2012-11-29T02:13:02.020

Reputation: 183

1Did you align the partition before formatting it, or verify that the SSD is indeed aligned properly after you installed Windows? You can use DISKPART to do it (type LIST DISK to find the SSD, then SELECT DISK N where N is the disk, and finally, LIST PARTITION to view a list of partitions and their alignment offset). – Breakthrough – 2012-12-01T15:48:56.193

1please run AS SSD Benchmark and post the result here. – magicandre1981 – 2012-12-01T19:55:54.733

1Download Process Monitor from sysinternals. Leave it running for a while (but not too long as it can use an awful amount of memory) and then look at Process Summary to see if some process is continually accessing the ssd drive. This can happen, for example, if you have two anti-virus programs both scanning in real time. – sgmoore – 2012-12-01T20:20:22.033

@Breakthrough, I've just written those commands and here is the result (Part 1 | Main | 350Mb | 1024 kb) | (Part 2 | Main | 87Gb | 351 Mb) | (Part 0 | Extended | 31 Gb | 87Gb) | (Part 3 | Logic | 31 Gb | 87Gb) |

I don't know why is my "disk D:/" (those is Ext4 formatted with Linux Mint) duplicated as Extended and Logic.. Is it correct? – Maksym – 2012-12-01T21:10:23.177

@magicandre1981, as you asked, I've just added to the post a screenshot with AS SSD Benchmark results. Thanks. – Maksym – 2012-12-02T19:46:42.590

1

that is really bad when you compare it to the review: http://www.modsynergy.com/review236.html. You use Microsoft AHCI driver. Please install the latest BIOS and Intel AHCI drivers and see if this fixes it.

– magicandre1981 – 2012-12-02T19:58:38.543

Some more things you can try: http://www.pcadvisor.co.uk/how-to/windows/3374812/windows-7-tweaks-for-modern-ssds/

– Ian Atkin – 2012-12-02T20:42:39.037

@magicandre1981, thanks, but I tried. (Intel Rapid ~9v) and BIOS updates from official HP support for my Laptop model - Doesn't help. I even just tried latest Intel drivers for AHCI ~11v. Nothing changed. :( – Maksym – 2012-12-02T21:55:10.493

uninstall the updates and check if Windows is fast again. if yes, installed each update alone until you find the "buggy" update. – magicandre1981 – 2012-12-03T05:35:39.510

As i mentioned before, it becomes slower with each additional installed software that maybe loads as a service or maybe works in background. Because the issue of slow working is very low speed of read/write 4k and 4k-64Thrd. And I afraid that it's x64 problem, because Linux x86 works as it should work with SSD. But i'm not sure. Also I'm gonna set up RAID instead of AHCI – Maksym – 2012-12-03T11:50:36.470

I doubt that we can fix this, so contact the MS support: http://support.microsoft.com/contactus/?ln=ru-ru

– magicandre1981 – 2012-12-03T14:26:13.233

same problem with my verbatim SSD. windows performance assessment say "6.8"; but when I star an installation or even a web brower, the disk usage sais 100%! And the system become really slow – AndreaCi – 2013-01-28T14:38:01.003

@AndreaCi, try to install native AHCI Driver and update BIOS, if it doesn't help - try to return it back to the store under the guarantee. Personally I tried everything, and finnaly im going to get a new one, because it's kinda defective – Maksym – 2013-01-28T19:01:35.920

native AHCI drivers installed (intel ICH9M-E/M), Verbatim SSD shown as "SATA SSD" in device manager. Unfortunately no BIOS updates available (Sony Vaio FW11E).. On my friend's laptop; same problem (that laptop is from HP, I don't remember the model) – AndreaCi – 2013-01-31T16:20:43.247

Answers

5

What you need to do, is to see what process is utilising your disk. Click on the Open Resource Monitor at the bottom of Task Manager. Then click the Disk tab and see what process is hogging up your drive, then post back here. This could be a number of issues from SSD Trash management to a rouge driver / app.

joshkrz

Posted 2012-11-29T02:13:02.020

Reputation: 355

It seems like any of the process which is reading/writing some info. And the greater the number of these processes and the more they read / write information, the more the system slows. Especially when I install or update or uninstall something, it just react on any my click up to 30 seconds... Disk is loaded on 100% everytime, even if it uses ~0.1 Mb/s.. so any autoupdate, any logs and other background stuff is also makes it thing for a long time. – Maksym – 2012-12-01T22:50:30.830

What could you suggest basing on recent comments? – Maksym – 2012-12-02T16:54:02.000

So there is no apparent process that is taking up resources? – joshkrz – 2012-12-02T19:53:33.680

As I understand it could be any process that write/read data in small portions. Take a look at the Benchmark. Am I right? – Maksym – 2012-12-02T19:56:13.900

1The benchmark tells me how fast your drive is performing currently, which is much slower than it should be. It sounds a lot like a hardware issue but it it works on Linux then it must be software. How does it run when you install NO updates at all? – joshkrz – 2012-12-02T20:05:51.373

1Without any of software or drivers it just flies, i've never seen Windows so fast. – Maksym – 2012-12-02T20:55:28.270

Well I would say it is most likely one of your drivers. What drivers do you install on a fresh Windows? Any third-party SATA II or III drivers could be causing the problem. Also, your hard drive has updates to its TRIM firmware, which could well be the issue. Here is the link to Patriots downloads page http://www.patriotmemory.com/support/drivers-downloadsp.jsp. Also make sure TRIM is enabled: http://lifehacker.com/5640971/

– joshkrz – 2012-12-02T21:06:39.210

I used this firmware. Doesn't help. Thanks. btw TRIM is enabled – Maksym – 2012-12-02T21:30:47.263

could you please send some aarticles about SSD Trash management or tell here? – Maksym – 2012-12-04T23:05:05.390

Here is a good article: http://thessdreview.com/daily-news/latest-buzz/garbage-collection-and-trim-in-ssds-explained-an-ssd-primer/ google is your friend :). The short version is that to prevent ware on the Flash memory and to prevent slow down after usage, data is moved around and spread across all the memory modules.

– joshkrz – 2012-12-05T17:03:22.407

Unfortunately I still can't find some Benchmark tests under Linux. (might Google is not my best friend :))) So I could test it out here. I have Linux Mint 14 x86. It works perfect about 1 month. Or I should Install clean Windows and without Drivers try to run Benchmark to see is it SSD's issue.. and return this device under warranty, if it has so slow speed on Linux as well.. Because i'm still not sure is it problem of OS or device. – Maksym – 2012-12-06T10:33:38.563

1Ok, i've found one... and the Speed on Linux (x86, Ext4) a lot better than on Windows (x64, NTFS) (. But Still less (write speed) than it should be based on technical details. So i think i should go to the Service center with this SSD. – Maksym – 2012-12-06T10:44:16.693

5

Also have same problem. I have Lenovo Z370 with OCZ Agility4 512 Gb. It was lightspeed fast on Windows7, but dramatically slow on Windows8.

I solved this problem by installing driver for Intel SATA AHCI Controller from default lenovo driver pack (D:\drivers\AHCI). Not need to make a clean install!

Now I like the benchmark results much more :) enter image description here

*UPDATE*

It was nor Windows, nor SSD problem. It was an old BIOS firmware :) I have solved the problem for my Lenovo IdeaPad Z370 with the 4acn38ww64 BIOS update.
Readme says:

4acn38ww Fixed, When Resume From S3, HDD Translating Speed Becomes Low

And the issue seems to be cured, I am very glad :)

Олег Всильдеревьев

Posted 2012-11-29T02:13:02.020

Reputation: 169

yeah, this is much better result than my... btw I was installing different drivers for AHCI (from official HP website and intel..) nothing was changed. But thanks for your results! I hope that will be answer for other people who faced with similar issue – Maksym – 2012-12-10T08:19:54.607

But I have another issue... After awakening from sleep mode performance falls down again!(( After reboot I get good results again, but after closing/opening my laptop - bad result again :((Windows8 it's a fail) – Олег Всильдеревьев – 2012-12-10T09:28:13.853

Magic of windows?... )) that's why I switched to Linux as a main OS haha – Maksym – 2012-12-10T14:46:46.950

Congrats! I've returned my SSD to the store.. they are going to give me a new one.. so I think it was definitely SSD problem. Thanks everybody for your thoughts! – Maksym – 2013-01-20T21:57:56.227

same problem with my verbatim SSD. windows performance assessment say "6.8"; but when I star an installation or even a web brower, the disk usage sais 100%! And the system become really slow – AndreaCi – 2013-01-28T14:36:36.747

3

If you have formatted the SSD disk and reinstalled Windows 8 from scratch, letting it partition the disk, then I suppose that all partitions are well-aligned.

For Windows, check if the performance degradation also exists when booting in Safe mode. If it doesn't, then it is some installed non-Microsoft product that is causing the slowdown.

You could use the Task Manager to find the resources-hogging process.
See the article How to use Windows 8 Task Manager

You could verify your conclusions by either by uninstalling the product(s) or banishing them from startup by using autoruns.

Last, you could try to install the latest firmware for the SSD disk. As far as I could find on the weird patriotmemory website, these are the only available downloads, dating from 02/09/2012 (installation not recommended unless in despair) :

Torqx 2 TRIM Utility Beta Install Guide
Torqx 2 TRIM Utility Beta

image

harrymc

Posted 2012-11-29T02:13:02.020

Reputation: 306 093

Yeah, i'm not sure it is well-aligned, i just added upd01 to main post with all partitions and offsets, might you could take a look? As for the other points - i did everything you listed. Thanks. – Maksym – 2012-12-02T00:01:13.040

Did you see anything in the Task Manager, and what happens in Safe mode boot? – harrymc – 2012-12-02T07:48:59.407

In Task Manager I see the same as in your that you posted, the one difference is the Disk every time overloaded 100%. And I can't get Safe mode because of GRUB, i tried to press F8 in the same time when choosing Windows 8 in the boot list, but nothing happened.. Might you know other method using GRUB? – Maksym – 2012-12-02T12:08:17.070

Okay, I've loaded with Safe mode and here is what i've seen: when windows loaded something started open the help window, like i was press everytime SHIFT+F1.. only closing explorer stops doing that. Could it be some virus? – Maksym – 2012-12-02T13:22:54.353

To which product belongs that help window? It might be that this is the product causing the problem. A virus is always a possibility, but it can also be a very badly-programmed program. I still suggest a reformat of the partition and very careful reinstallation of all the products, not installing anything which you don't really really need. – harrymc – 2012-12-02T14:14:05.403

That help belongs to Safe Mode using. I did it 3 times.. Installed Win 8 x64, then Win 7 x64, then again Windows 8... Do it 4th time? – Maksym – 2012-12-02T16:31:57.353

That help is a standard "feature" of Windows, but it should normally stay closed. Your computer is behaving weirdly, but I still think it's most likely something you have installed. Restarting from scratch is still my advice. But does the degradation exist in Safe mode? – harrymc – 2012-12-02T16:51:30.750

let us continue this discussion in chat

– Maksym – 2012-12-02T21:59:56.167

Does the degradation exist in Safe mode? – harrymc – 2012-12-06T08:48:27.320

Safe mode has some bug.. it causes loop opening of help page (like SHIFT+F1 some Windos Guide through the Safe Mode). I don't know what's that. So i'm not sure – Maksym – 2012-12-06T10:16:38.213

But apart from the help page annoyance, does the degradation exist in Safe mode? – harrymc – 2012-12-06T10:41:58.743

I don't know, it's opening this window every second, I cant' use safemode at all – Maksym – 2012-12-06T11:10:19.743

See How to disable the Windows Help feature (I never did this one). Create first a system restore point, just in case. Once Safe mode is usable : (1) check if problem exists (2) Reinstall Help & Support.

– harrymc – 2012-12-06T13:09:15.640

... In fact, I would really suggest sfc /scannow.

– harrymc – 2012-12-06T14:40:48.940

2

Select the "Open Performance Monitor" link at the bottom of Task Manager (I don't know what it is called in Russian). When that opens, go to the "Disk" tab and sort the list of "Processes with Disk Activity" by the last column "Total (B/sec)". The one at the head of the list should be the process responsible for your extraordinary disk usage. Why that particular process is using the disk so much, you can then find out from looking up its name.

K.A.Monica

Posted 2012-11-29T02:13:02.020

Reputation: 5 887

I did so. As i mentioned in the comments it could be any process.. It just lagging if any of the process read/write any type of data. It could be the Skype when loading, then checking updates, then browser that is downloading some file or playing video. And the high score when it lags is when I install or uninstall or update some software. – Maksym – 2012-12-01T23:52:06.207

1I see now; if ANYTHING is accessing the SSD, it effectively goes to 100%, even if it is only saving a simple text file. I will continue to look and think for you. – K.A.Monica – 2012-12-02T00:40:18.440

Any Luck in looking? – Maksym – 2012-12-06T11:13:38.473

Here is my new thought: Windows may be detecting an unreasonably low bandwidth between the drive and controller and using that as 100% in the Task Manager. Try this: if you have a fresh install of Windows 7 or 8, before you make any configuration changes or install any updates, check the drive performance, then have Windows calculate your Windows Experience Index (Control Panel > Performance Information and Tools). See if you notice the slowdown after that. – K.A.Monica – 2012-12-06T21:11:16.147

very interesting thought. the Exp Index shows 6.8 points for my drive every time. Well... I'm going to try it! thank you! – Maksym – 2012-12-07T00:49:03.823

I did it. Result the same. :( – Maksym – 2012-12-10T08:21:39.960

0

Iv had this issue, just press 'windows key + R' then type 'services.msc' and locate 'background intelegent transfer service' and set it to manual/disabled and scroll down to 'superfetch' and do the same

Deviant

Posted 2012-11-29T02:13:02.020

Reputation: 1

Thanks! I did it as well, it was not a solution for my case. It was actually hardware problem – Maksym – 2016-03-11T23:39:45.790