SSD Health Check
Check solid state drive health and lifespan
Bottom lineOpen Apple menu > About This Mac > More Info > System Report > NVMe and confirm SMART Status reads Verified, or run `diskutil info disk0 | grep SMART` in Terminal. Apple SSDs are soldered and cannot be replaced, so any status other than Verified is a deal-breaker; use DriveDx or smartctl to see remaining write endurance.
Check via System Report
Apple menu > About This Mac > More Info > System Report > NVMe. Look for 'SMART Status'
Verify SMART Status
SMART Status should show 'Verified'. Any other status indicates potential issues
Use Terminal Command
Open Terminal, run: diskutil info disk0 | grep SMART - should show 'Verified'
Use Third-Party Tools
For detailed health data, use apps like DriveDx or smartctl (via Homebrew)
Note: Apple SSDs are soldered and cannot be replaced. Check remaining write cycles if using third-party tools.