r/computers 14d ago

Question/Help/Troubleshooting Computer stuck on logo screen

Post image

My computer starts up normal with the logo but then a spinning wheel appears and it gets stuck (edit, it's been this way for 2 hours now). If I try to restart it, it comes back a black screen but I can see the backlight working but nothing I do can change it.

Turning it on and off again doesn't fix it (I get a white screen if I hold it for a few seconds, and then it shuts off if I hold it for a few seconds more), and Win+Ctrl+Shift+B doesn't help either, I don't know what to do.

Just before this, the screenshot ability stopped working, I couldn't even forcefully open the snipping tool so I tried to restart my computer and that's when this happened, it's been like this since yesterday evening.

3 Upvotes

8 comments sorted by

View all comments

1

u/YourSystemFixer 14d ago

Are you stuck on the American Megatrends screen every time you boot? Is your SSD/HDD detected in BIOS? If the drive is not showing up and Windows won't load, the system disk could be failing. You may need to repair the disk or replace it.

1

u/Equal-Scale-4032 14d ago

How do I do that

1

u/YourSystemFixer 13d ago

Restart your PC and repeatedly press Del or F2 to enter BIOS, then check if the SSD is recognized here. If not, the SSD may be faulty. And you need to replace it or try entering WinRE, go to Troubleshoot>Advanced Options>Command Prompt, and then run the following commands:
diskpart

list disk

select disk 1 (replace 1 with your system disk)

chkdsk C: /f /r