If your PC powers on but doesn't go past the logo, shows a black screen, or gets stuck in an automatic repair loop — relax. Main ne ye steps simple rakhe hain, jaise main ghar ke kisi neighbor ko bataun. Follow them in order.
If Windows won't boot normally, force the recovery environment:
Open Command Prompt from Advanced options and try these:
From Windows Recovery → Troubleshoot → Advanced options → Startup Repair. Let Windows try automatic fixes.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Run SFC first; if it cannot fix files, run DISM and repeat SFC.
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
Sometimes bootrec /fixboot returns 'Access denied' — in that case check disk encryption or OEM protections.
An unhealthy HDD/SSD can stop boot. Run disk diagnostic from manufacturer tools, or use chkdsk C: /f /r if drive is accessible.
Bad RAM can prevent boot. Run Windows Memory Diagnostic or boot MemTest86 from USB.
If comfortable, test with another known-good drive, or remove one RAM stick at a time to isolate failing module (for desktops/laptops with removable RAM).
Most repair steps don't delete files. However, rebuilding the OS or replacing the drive requires backup. If possible, connect the drive to another computer and copy important files first.
Try Ctrl+Alt+Del — if Task Manager opens, you can restart explorer.exe or check startup apps. Otherwise try Safe Mode or boot from recovery USB.
Related: Fix Blue Screen (BSOD) · Speed Up a Slow PC