老朽化したコンピュータでは、通常、ハードディスクが最初に使用されます。これは、RAMやプロセッサなどのコンポーネントとは異なり、HDDにはより多くの可動部品があるためです。
ハード ドライブが故障するのを待ってから交換すると、ドライブ上のすべてのデータが失われる可能性が高くなります。ハードディスクの状態を監視し、データが失われる前に情報を外付けハード ドライブに移動することをお勧めします。
当然のことですが、ハード ドライブの状態をどのようにチェックしますか?
スマート(S.M.A.R.T)を確認してください。ドライブ(Your Drive)のステータス(Status)
お使いの PC のハード ディスク ドライブがそれほど古くない場合、自己監視テクノロジが既に組み込まれている可能性があります。SMARTと呼ばれます。(Self-Monitoring, Analysis and Reporting Technology )、この気の利いたシステムは、複雑なソフトウェアを必要とせずに、ディスク ドライブの状態を伝えることができます。
SSD のSMART(S.M.A.R.T)に関する基本データを取得できます。Windows 10およびWindows 11に組み込まれている(Windows 11)WMIC ( Windows Management Instrumentation Command-line ) ツールを使用してステータスを確認します。
- まず、スタートメニューで(Start Menu)CMDを検索して、コマンド プロンプト(Command Prompt)を実行します。
- ここで、コマンドwmic diskdrive get model,status を入力します(wmic diskdrive get model,status)
- これにより、インストールしたすべてのドライブとそのステータスが表示されます。OKはドライブが正常に機能していることを意味し、Pred Fail(Pred Fail )はドライブが故障しようとしていることを意味します。
- PC にドライブが 1 つしかない場合は、wmic diskdrive get status コマンドを使用することもできます。
WMICツールの問題は、基本的な yes/no ステータス レポートしか提供しないことです。スマート(S.M.A.R.T)。ドライブはより多くのデータを通信できますが、それを読み取るにはより優れたアプリを入手する必要があります.
CrystalDisk Infoは、そのようなアプリケーションの 1 つです。内蔵ディスク ドライブと外付けディスク ドライブの両方のSMART(SMART)情報の詳細なまとめを提供できるため、ドライブの状態をよりよく理解できます。
2. HDD メーカーの診断ツールを使用する(Diagnostic Tool)
すべてのハード ディスク ドライブにSMARTが付属しているわけではありません。健康状態をチェックする技術。それ自体を監視できるのは、ほとんどがソリッド ステート ドライブです。通常、古いドライブには組み込みオプションがありません。
幸いなことに、Seagate、Western Digital、Samsungなどの主要なハード ドライブ メーカーには、ストレージ デバイスの状態を確認するための専用アプリがあります。
これらのアプリは、 (These apps)HDDの不良セクタとシステム エラーをテストし、ドライブ全体の障害の可能性を正確に調べます。エラー チェックが組み込まれていないドライブの場合、これは通常、問題を診断するための最良の方法です。
3. BIOS で HDD をテストする
ハードディスクの製造元の診断ツールを見つけるのに問題があり、SMARTを持っていない場合。ドライブの状態はいつでもBIOS(BIOS)から確認できます。すべてのマザーボードには、ハード ディスク ドライブを含むすべてのハードウェア コンポーネントのステータスを確認するために使用できるBIOSがあります。(BIOS)
このインターフェイスは OS に依存しないため、オペレーティング システムや実行中のアプリケーションからの干渉によってテスト結果が台無しになることもありません。
唯一の問題は、それをトリガーすることです。まず、 (First)BIOSにアクセスする必要があります。BIOSは、マザーボードごとに異なる動作をします (通常は特定のファンクション キーをタップします)。次に、テスト自体を見つける必要があります。
ほとんどのBIOSバージョンでは、これはSettings > Advanced > NVME self-testに進むことで実現できます。多くの HP およびDell PC では(Dell PCs)、このオプションは代わりに [診断] にあります。(Diagnostics)
4. CHKDSK ユーティリティを使用する
これまで、ディスクのハードウェア障害をチェックする方法を見てきましたが、HDDで問題が発生する可能性があるのはそれだけではありません。不良セクタとは別に(Apart)、ファイル システム自体も破損する可能性があり、データが失われ、ハード ドライブが使用できなくなります。
これらの問題を検出して修復するには、Microsoft Windows chkdskツールを使用できます。これは、ディスク ドライブをスキャンして論理エラーを修正し、破損したセクターを再び使用できるようにするコマンド ライン ユーティリティです。
- CHKDSKツールを使用するには、コマンド プロンプト(Command Prompt)を開きます。スタート メニューの検索バーに「cmd 」と入力して検索します。(cmd)
- コマンド プロンプト(Command Prompt)ウィンドウが開いたら、次のコマンドを入力してEnterを押します。
chkdsk C: /F /R /X
ここで、C はスキャンするディスクのドライブ文字です。これにより、 CHKDSK(CHKDSK)が実行され、検出された破損セクターが回復されます。Check Diskのデータ回復機能は制限されていることに注意してください。主に、破損したファイル システムを修復するためのものです。
5. サードパーティのディスク チェック ツールをインストールする(Disk Checking Tool)
サードパーティ製アプリのダウンロードに問題がない場合は、HDD の状態を詳細に調べる最も簡単な方法であることがよくあります。専用のハード ドライブ スキャン ソフトウェアは、組み込みのWindows(Windows)ツールよりも多くのハード ディスクの状態に関する情報を提供します。
CrystalDisk Infoについてはすでに説明しましたが、すべてのSMARTを読み取るための唯一のオプションではありません。ドライブからの情報。SSD(SSDs)から複雑なRAIDセットアップまで、あらゆる種類のディスク ドライブを診断できるHard Disk SentinelとHDDScanがあります。これらのアプリによって生成されるレポートは、基本的なWindows(Windows)診断よりもはるかに詳細であり、障害のあるハード ドライブをより早く発見するのに役立ちます。
ハードドライブ(Hard Drive Health)の状態をチェックする最良の方法は何ですか?
ほとんどのユーザーにとって、基本的なSMART(S.M.A.R.T)を取得します。ハードディスクが故障寸前かどうかを確認するには、ステータス チェックで十分です。詳細が必要な場合は、CrystalDisk InfoやHDDScanなどのサードパーティ ツール(third-party tools)をいつでも使用して、完全なレポートを取得できます。
HDDが(HDD)SMARTをサポートしていない場合、事態はさらに複雑になります。テクノロジー。ハード ドライブでCHKDSK(CHKDSK)スキャンを実行することは常にファイル システム エラーを根絶するための良い考えですが、最終的にはハードウェア障害を診断するには別の方法が必要です。
これにより、 BIOS(BIOS)でディスク ドライブをテストするか、製造元独自のハード ディスク スキャン ツールを入手するかの 2 つの主なオプションが提供されます。BIOSオプションには、 (BIOS)SSD(SSDs)と従来のハード ドライブの両方のすべてのオペレーティング システムで動作するという利点があります。一方、製品に特化したツールを使用することは、最も正確な情報を取得するための最良の方法です。
How to Check Hard Drive Health in Windows 11/10
In any aging computer, the hard disk is usually the fіrst thing tо go. This is because unlike components like RAM or thе processor, an HDD has more mоving parts.
If you wait for your hard drive to fail before you replace it, there is a good chance of losing all the data on it. It’s much better to watch the hard disk’s health and move your information to an external hard drive before it dies on you.
Which brings us to the obvious question: How do you check the health of your hard drive?
Check the S.M.A.R.T. Status of Your Drive
If your PC’s hard disk drive isn’t too old, chances are that it already comes with self-monitoring technology. Called S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology), this nifty system can tell you the status of your disk drive without requiring any complicated software.
You can get basic data about your SSD’s S.M.A.R.T. status using the built-in WMIC (Windows Management Instrumentation Command-line) tool in Windows 10 and Windows 11.
- First, run Command Prompt by searching for CMD in the Start Menu.
- Now enter the command wmic diskdrive get model,status
- This will display all the drives you have installed, along with their status. An OK means the drive is functioning properly, while a Pred Fail means it is about to fail.
- You can also use the wmic diskdrive get status command if you only have one drive on your PC.
The issue with the WMIC tool is that it only gives a basic yes/no status report. S.M.A.R.T. drives are capable of communicating much more data, but you need to get a better app to be able to read it.
CrystalDisk Info is one such application. It can provide a detailed roundup of the SMART information of both internal and external disk drives, allowing you to understand the health of your drive much better.
2. Use the HDD Manufacturer’s Diagnostic Tool
Not all hard disk drives come with S.M.A.R.T. technology to check their health status. It is mostly solid-state drives that can monitor themselves; older drives usually don’t have a built-in option.
Fortunately, leading hard drive manufacturers like Seagate, Western Digital, and Samsung have a dedicated app for checking the status of their storage devices.
These apps test the HDD for bad sectors and system errors, giving you an accurate look into the chances of a complete drive failure. For drives without built-in error checking, this is usually the best way to diagnose any issues.
3. Test the HDD in BIOS
If you are having trouble finding your hard disk manufacturer’s diagnostic tool and don’t have a S.M.A.R.T. drive, you can always check its health from the BIOS. All motherboards have a BIOS that can be used to verify the status of all hardware components, including the hard disk drive.
As this interface is OS independent, it also prevents any interference from the operating system or any running application from messing up the test results.
The only problem is triggering it. First, you need to get to the BIOS, which works differently for different motherboards (usually by tapping a particular function key). Then you need to locate the test itself.
For most BIOS versions this can be achieved by heading to Settings > Advanced > NVME self-test. In many HP and Dell PCs, the option is found in Diagnostics instead.
4. With the CHKDSK Utility
So far we have seen methods to check the disk for hardware faults, but that’s not all that can go wrong with an HDD. Apart from bad sectors, the file system itself can also get corrupted, leading to data loss and an unusable hard drive.
To detect and repair these issues, you can use the Microsoft Windows chkdsk tool. It’s a command-line utility that scans the disk drive and fixes logical errors, making corrupted sectors usable again.
- To use the CHKDSK tool, open Command Prompt. Type cmd in the Start Menu’s search bar to find it.
- When the Command Prompt window opens up, type this command and press Enter:
chkdsk C: /F /R /X
where C is the drive letter of the disk you wish to scan. This will run CHKDSK and recover any corrupted sectors discovered. Note that Check Disk is limited in its data recovery capabilities, mostly meant as a way to repair a corrupted file system.
5. Install a Third-Party Disk Checking Tool
If you don’t have an issue with downloading third-party apps, it can often be the easiest way to get a detailed look into your HDD’s health. Dedicated hard drive scanning software provides much more information about the status of the hard disk than built-in Windows tools.
We have already talked about CrystalDisk Info, but it’s not the only option for reading all S.M.A.R.T. information from your drive. There is Hard Disk Sentinel and HDDScan, that can diagnose all types of disk drives, from SSDs to complex RAID setups. The reports generated by these apps are far more detailed than basic Windows diagnostics and can help you catch a failing hard drive much sooner.
What Is the Best Method to Check Hard Drive Health?
For most users, getting a basic S.M.A.R.T. status check is enough to see if their hard disk is on the verge of failing or not. If you want more details, you can always use third-party tools like CrystalDisk Info or HDDScan to get a complete report.
Things get trickier when your HDD doesn’t support S.M.A.R.T. technology. While running a CHKDSK scan on the hard drive is always a good idea to root out file system errors, you ultimately need something else to diagnose hardware faults.
This gives you two main options – testing the disk drive in BIOS or getting hold of the manufacturer’s own hard disk scanning tool. The BIOS option has the advantage of working on every operating system for both SSDs and traditional hard drives. On the other hand, using the tool specialized for the product is the best way to get the most accurate information.