Unsolved
1 Rookie
•
3 Posts
0
16
June 19th, 2025 01:18
Black screen between Dell logo and screenlock lasting for 1minute
Windows 11 Pro Dell Inspiron 15 3525. After Dell logo screen is black circle spins once then there is a ding dong sound like a program starting it takes about a minute to start lock screen then pc runs OK. I suspect there is a hidden program trying to start. The pc has been reset keeping only files but still the same problem.
No Events found!
beeram
1 Rookie
•
23 Posts
0
June 19th, 2025 04:20
Good Morning @Essex It sounds like your Dell Inspiron 15 3525 with Windows 11 Pro is experiencing a common slow startup issue, even after a reset. The "black circle spins once then there is a ding dong sound" is a strong indicator that a program or service is trying to load or initialize, causing a delay before the lock screen appears. You're right to suspect a hidden program.
Here's a systematic approach to troubleshoot and hopefully resolve this:
1. Identify the "Ding Dong" Sound:
2. Check Startup Programs and Services (The Most Likely Culprit):
Even after a "reset keeping only files," some programs and services might persist or reinstall themselves.
Ctrl + Shift + Esc
to open Task Manager.Windows key + R
, typemsconfig
, and press Enter.Windows key + R
, typeshell:startup
, and press Enter.3. Update Drivers and BIOS:
Outdated or corrupted drivers, especially for audio or chipset, can cause strange startup behavior and sounds.
wmic bios get serialnumber
in Command Prompt).4. Run System Diagnostics:
Dell has built-in diagnostics that can check for hardware issues that might be contributing to the startup delay.
F12
key repeatedly until you see the "One-Time Boot Menu."5. Disable Fast Startup:
While designed to speed up boot times, "Fast Startup" (a hybrid shutdown feature) can sometimes cause issues.
6. Check Event Viewer for Clues:
The Event Viewer logs system events, which can sometimes pinpoint what's causing delays.
7. System File Checker (SFC) and DISM:
Even after a reset, system file corruption can occur.
cmd
, right-click, "Run as administrator").sfc /scannow
and press Enter. Let it complete. This checks for and repairs corrupted Windows system files.sfc
finds issues or doesn't fix it, run these commands sequentially (press Enter after each):DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Why the reset might not have fully helped:
Regards..
Ravi Teja Beeram