⌨️ Keyboard Test
Press every key — it turns green once tested. Blue = currently held.
Layout:
Tested: 0
Total: 0
0%
Press any key…
📷 Camera Test
Preview your webcam live and inspect device details.
Camera not started
| Status | — |
| Device | — |
| Resolution | — |
| Frame Rate | — |
| Aspect Ratio | — |
| Facing Mode | — |
🔊 Sound Test
Full-range audio track to test your speakers — then use the channel tester to check left and right sides independently.
Full Range Speaker Test
Sub · Bass · Mids · Highs — reveals muffle, rattle & distortion
0:00
0:00
Playing through both speakers.
🎙️ Microphone Test
Checks that your mic is picking up audio — shows live volume level and frequency activity.
🎙️ Mic:
Press Start to begin the microphone test.
🔋 Live Battery Status
Real-time data from your browser.
🩺 Battery Health — Report Analyser
OS:
Generate the Windows battery report, upload it here, and the site instantly calculates your battery health.
1
Generate the battery report
Open Command Prompt (CMD) as Administrator — press Win + R, type
cmd, then right-click → Run as administrator. Then run:powercfg /batteryreport /output "%USERPROFILE%\Downloads\battery-report.html"
Saves battery-report.html to your Downloads folder.
2
Upload the report file
Drop battery-report.html here
or click to browse
💻 More Useful Commands
OS:
Run in Command Prompt (CMD) as Administrator — Win + R →
cmd → right-click → Run as administrator.Energy efficiency report (60-second scan, saves to Downloads):
powercfg /energy /output "%USERPROFILE%\Downloads\energy-report.html"
Quick battery level check (%):
wmic PATH Win32_Battery GET EstimatedChargeRemaining
Design capacity in mWh (needs Admin):
wmic /namespace:\\root\wmi PATH BatteryStaticData GET DesignedCapacity
Full charge capacity in mWh (needs Admin):
wmic /namespace:\\root\wmi PATH BatteryFullChargedCapacity GET FullChargedCapacity