Юли 23, 2017

Fix High CPU Usage by svchost.exe (netsvcs)

Svchost.exe (Service Host, or SvcHost) is a generic host process name for services that run from dynamic-link libraries. All the Windows internal services were moved into one .dll file instead of the .exe file, but you need an executable (.exe) file in order to load these .dll files; hence the svchost.exe process was created. Now you may notice that there were several instances of svchost.exe processes which are there because if one service fails it won’t bring down the Windows and all these services are organized into groups, and each svchost.exe instance is created for each such group.

Fix High CPU Usage by svchost.exe (netsvcs)

Now the problem begins when svchost.exe (netsvcs) start taking almost all of the Windows resources and causes a High CPU usage. If you looked into Task Manager, you would find that a particular svchost.exe is taking up almost all the memory and creating a problem for other programs or applications. The computer becomes unstable as it becomes very sluggish and it starts freezing Windows randomly, then the user either has to reboot their system or force shutdown.

Svchost.exe High CPU Usage problem occurs mostly because of virus or malware infection on users PC. But the problem is not limited to only this as it generally depends on users system configuration and the environment. So without wasting any time let’ see how to actually Fix High CPU Usage by svchost.exe (netsvcs) with the below-listed troubleshooting guide.

Fix High CPU Usage by svchost.exe (netsvcs)

Не забравяйте да създадете точка за възстановяване, в случай че нещо се обърка.

Метод 1: Стартирайте CCleaner и Malwarebytes

1. Изтеглете и инсталирайте Ccleaner & Malwarebytes.

2. Стартирайте Malwarebytes и го оставете да сканира вашата система за вредни файлове. Ако бъде открит зловреден софтуер, той автоматично ще ги премахне.

Щракнете върху Сканирай сега, след като стартирате Malwarebytes Anti-Malware

3. Сега стартирайте CCleaner и изберете Почистване по поръчка.

4. Под Персонализирано почистване изберете Раздел Windows и отметнете по подразбиране и щракнете Анализирам.

Select Custom Clean then checkmark default in Windows tab | Fix High CPU Usage by svchost.exe (netsvcs)

5. След като Analyze приключи, уверете се, че сте сигурни, че премахвате файловете, които ще бъдат изтрити.

Кликнете върху Run Cleaner за изтрити файлове

6. Накрая кликнете върху Стартирайте Cleaner и оставете CCleaner да работи по своя курс.

7. За допълнително почистване на вашата система, изберете раздела Регистъри се уверете, че следното е проверено:

Изберете раздела Регистър, след което щракнете върху Сканиране за проблеми

8. Кликнете върху Сканиране за проблеми и оставете CCleaner да сканира, след което щракнете върху Коригиране на избрани проблеми бутон.

Once scan for issues is completed click on Fix selected Issues | Fix High CPU Usage by svchost.exe (netsvcs)

9. Когато CCleaner попита „Искате ли резервни промени в системния регистър?" изберете Да.

10. След като архивирането приключи, щракнете върху Коригиране на всички избрани проблеми бутон.

11. Рестартирайте вашия компютър, за да запазите промените.

Method 2: Disable the particular service that is causing High CPU

1. Натиснете Ctrl + Shift + Esc together to launch Task Manager.

2. Преминете към Раздел Подробности and right-click on the high CPU usage svchost.exe process and choose Go to Service(s).

Right-click on svchost.exe which is causing high CPU usage and select Go to service(s)

3. This would automatically take you to the Services tab, and you will notice that there are several highlighted services that run under the svchost.exe process.

This would automatically take you to the Services tab & there are several highlighted services

4. Сега щракнете с десния бутон върху highlighted service one by one and select Stop.

5. Do this until the high CPU usage by that particular svchost.exe process is fixed.

6. Once you have verified the services because of which this problem has occurred, it’s time to disable that service.

Забележка: През повечето време, Услуга за обновяване на Windows is the culprit service, but we will deal with it later on.

7. Натиснете клавиша Windows + R, след което въведете services.msc и натиснете Enter.

services windows | Fix High CPU Usage by svchost.exe (netsvcs)

8. Now find that particular service in this list then щракнете с десния бутон върху него и изберете Properties.

Now find that particular service in this list then right-click on it and select Properties

9. Click Stop if the service is running and then make sure Startup type is set to Правя неспособен и щракнете върху Приложи, последвано от OK.

Click Stop if the service is running and then make sure Startup type is set to Disabled

10. Reboot your PC to save changes and see if the issue is resolved or not

This would definitely Resolve High CPU Usage by svchost.exe (netsvcs). If you find it difficult to zero in on the particular svchost.exe file causing the issue, you could use a Microsoft program called Process Explorer, which would help you find the cause of the problem.

Method 3: Clear Event Viewer Logs

1. Натиснете клавиша Windows + R, след което въведете eventvwr.msc и натиснете Enter, за да отворите Преглед на събития.

Type eventvwr in run to open Event Viewer | Fix High CPU Usage by svchost.exe (netsvcs)

2. From the left-hand side menu, expand Windows Logs and then right-click on the subfolders one by one and choose Clear Log.

Expand Windows Logs and then right-click on the sub folders one by one and choose Clear Log

3. These subfolders will be Application, Security, Setup, System and Forwarded Events.

4. Make sure you clear the event logs for all the above folders.

5. Рестартирайте вашия компютър, за да запазите промените.

Метод 4: Преименуване на папка SoftwareDistribution

1. Натиснете клавиша Windows + X, след което изберете Команден ред (Admin).

2. Сега въведете следните команди, за да спрете Windows Update Services и след това натиснете Enter след всяка от тях:

net stop wuauserv
net stop cryptSvc
нетни спиращи бита
net stop msiserver

Спрете услугите за актуализиране на Windows wuauserv cryptSvc bits msiserver

3. След това въведете следната команда, за да преименувате папката SoftwareDistribution и след това натиснете Enter:

ren C: WindowsSoftwareDistribution SoftwareDistribution.old
ren C: WindowsSystem32catroot2 catroot2.old

Преименувайте папката SoftwareDistribution

4. Накрая въведете следната команда, за да стартирате Windows Update Services и натиснете Enter след всяка от тях:

net start wuauserv
net start cryptSvc
нетни начални битове
net start msiserver

Start Windows update services wuauserv cryptSvc bits msiserver | Fix High CPU Usage by svchost.exe (netsvcs)

5. Рестартирайте вашия компютър, за да запазите промените.

Метод 5: Стартирайте програмата за отстраняване на неизправности в Windows Update

1. Type “troubleshooting” in the Windows Search bar and click on Отстраняване на проблеми.

контролен панел за отстраняване на неизправности

2. След това от левия прозорец изберете панел Виж всички.

3. След това от списъка Отстраняване на компютърни проблеми изберете Windows Update.

изберете актуализация на Windows от отстраняване на компютърни проблеми

4. Следвайте инструкциите на екрана и оставете Изпълнение на отстраняване на неизправности в Windows Update.

Инструмент за отстраняване на неизправности в Windows Update

5. Рестартирайте вашия компютър, за да запазите промените.

This should help you fix High CPU Usage by svchost.exe (netsvcs) but if not then continue with the next method.

Method 6: Make sure to Update Windows

1. Натиснете клавиша Windows + I, след което изберете Актуализация и сигурност.

Click on Update & security icon | Fix High CPU Usage by svchost.exe (netsvcs)

2. След това щракнете Проверка за актуализации и се уверете, че сте инсталирали всички чакащи актуализации.

Проверете за актуализации на Windows

3. След като актуализациите са инсталирани, рестартирайте компютъра си, за да Fix High CPU Usage by svchost.exe (netsvcs).

Method 7: Disable the BITS and Windows Update service

1. Натиснете клавиша Windows + R, след което въведете services.msc и натиснете Enter.

сервизни прозорци

2. Now find BITS намлява Windows Update in the list then right-click on them and select Properties.

Right click on Windows Update service and select Properties in Service window

3. Уверете се, че щракнете върху Стоп and then set up their Startup type to Хора с увреждания.

Click stop and make sure Startup type of Windows Update service is Disable | Fix High CPU Usage by svchost.exe (netsvcs)

4. Щракнете върху Прилагане, последвано от OK.

5. Рестартирайте вашия компютър, за да запазите промените.

This should help you fix High CPU Usage by svchost.exe (netsvcs) but if not then continue with the next method.

Method 8: Download & Run RKill

Rkill is a program that was developed at BleepingComputer.com that attempts to terminate known malware processes so that your normal security software can then run and clean your computer of infections. When Rkill runs, it will kill malware processes and then remove incorrect executable associations and fixes policies that stop us from using certain tools when finished. It will display a log file that shows the processes that were terminated while the program was running. This should resolve High CPU Usage by svchost.exe issue.

Изтеглете Rkill от тук, install and run it.

Метод 9: Run System File Checker (SFC) and Check Disk (CHKDSK)

1. Натиснете клавиша Windows + X, след което щракнете върху Команден ред (администратор).

команден ред с администраторски права

2. Сега въведете следното в cmd и натиснете Enter:

Sfc /scannow sfc /scannow /offbootdir=c: /offwindir=c:windows (Ако горното не успее, опитайте това)

SFC scan now command prompt | Fix High CPU Usage by svchost.exe (netsvcs)

3. Изчакайте горният процес да приключи и след като приключите, рестартирайте компютъра.

4. Next, run CHKDSK from Коригирайте грешки на файловата система с помощната програма за проверка на диска (CHKDSK).

5. Оставете горния процес да завърши и отново рестартирайте вашия компютър, за да запазите промените.

Метод 10: Стартирайте програмата за отстраняване на неизправности в системата и поддръжката

1. Натиснете клавиша Windows + X и щракнете върху Control Panel.

контролния панел

2. Потърсете Troubleshoot и щракнете върху Отстраняване на проблеми.

Потърсете Отстраняване на неизправности и щракнете върху Отстраняване на неизправности

3. След това щракнете върху преглед на всички в левия прозорец.

4. Щракнете и стартирайте Инструмент за отстраняване на неизправности при поддръжка на системата.

стартирайте инструмента за отстраняване на неизправности при поддръжка на системата

5. Инструментът за отстраняване на неизправности може да успее Fix High CPU Usage by svchost.exe (netsvcs).

Препоръчва се:

That’s it you have successfully Fix High CPU Usage by svchost.exe (netsvcs) but if you still have any questions regarding this post then feel free to ask them in the comment’s section.