2022年7月11日

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は &マルウェアバイト。

2. マルウェアバイトを実行する システムをスキャンして有害なファイルがないか調べます。マルウェアが見つかった場合は、自動的に削除されます。

Malwarebytes Anti-Malware を実行したら、[今すぐスキャン] をクリックします。

3. CCleaner を実行し、選択します カスタムクリーン.

4. [カスタム クリーン] で、 「ウィンドウ」タブ デフォルトにチェックマークを付けてクリックします 解析.

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

5. 分析が完了したら、削除するファイルを確実に削除してください。

削除されたファイルに対してクリーナーを実行をクリックします

6.最後に、 ランクリーナー ボタンを押して、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. PC を再起動して変更を保存します。

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 Updateサービス 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 右クリックします その上を選択 プロパティ。

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 無効にします and click Apply followed by 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 プロセスエクスプローラ, 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のログ and then right-click on the subfolders one by one and choose ログをクリアします。

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. PC を再起動して変更を保存します。

方法 4: SoftwareDistribution フォルダーの名前を変更する

1.Windows キー + X を押して選択します。 コマンドプロンプト(管理者)

2. 次のコマンドを入力して Windows Update サービスを停止し、各コマンドの後で Enter キーを押します。

ネットストップ
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 サービスを開始し、各サービスの後に Enter キーを押します。

ネットスタートwuauserv
net start cryptSvc
ネットスタートビット
net start msiserver

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

5. PC を再起動して変更を保存します。

方法 5: Windows Update トラブルシューティング ツールを実行する

1. Type “troubleshooting” in the Windows Search bar and click on トラブルシューティング。

コントロールパネルのトラブルシューティング

2. 次に、左側のウィンドウでペインを選択します すべて表示。

3. 次に、[コンピュータの問題のトラブルシューティング] リストから [コンピュータの問題のトラブルシューティング] を選択します。 Windows Updateを。

コンピューターの問題のトラブルシューティングから Windows Update を選択します

4. 画面上の指示に従って、 Windows Updateのトラブルシューティングを実行します。

Windows Updateに関するトラブルシューティング

5. PC を再起動して変更を保存します。

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. アップデートがインストールされたら、PC を再起動して、 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 プロパティ。

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. PC を再起動して変更を保存します。

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. 上記のプロセスが完了するのを待ち、完了したら PC を再起動します。

4. Next, run CHKDSK from チェックディスクユーティリティ(CHKDSK)を使用してファイルシステムエラーを修正します。

5. 上記のプロセスを完了させ、PC を再起動して変更を保存します。

方法 10: システムとメンテナンスのトラブルシューティング ツールを実行する

1. Windows キー + X を押して、 コントロールパネル。

control panel

2.「トラブルシューティング」を検索し、クリックします。 トラブルシューティング。

「トラブルシューティング」を検索し、「トラブルシューティング」をクリックします。

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.