How to Remove the Yellow Triangle Warning on the C Drive in Windows 11

If you’ve opened File Explorer and noticed a yellow triangle warning icon on your Windows C drive, don’t panic. This warning usually means something needs your attention — but the fix is usually simple. It can appear due to issues like BitLocker being suspended, storage alerts, file system errors, or problems with Windows security settings.

In this guide, we’ll walk you through all the reasons why the yellow warning icon shows up — and how to remove it quickly on Windows 11.

Why the Yellow Triangle Appears on C Drive

Here’s a quick breakdown:

  • BitLocker is paused or disabled
  • Disk errors (file system or bad sectors)
  • Low storage space
  • Windows Security alert
  • Activation issues
  • Group Policy or enterprise rules
  • Corrupted disk metadata

Once the underlying issue is fixed, the yellow triangle automatically disappears.

1. Check if BitLocker Is Suspended (Most Common Reason)

When BitLocker encryption is paused or suspended, Windows shows a yellow warning on the C drive. Let’s verify the encryption status.

Check BitLocker Status

  1. Press Win + R, type: control /name Microsoft.BitLockerDriveEncryption
  2. Press Enter.
  3. Look under the Operating System Drive (C:).

If BitLocker is Suspended

  • Click Resume Protection.

If BitLocker is Off

Windows might warn you to turn it on (depending on system policy).

Click Turn on BitLocker if you want the warning gone — or disable OS drive encryption notifications.

Once BitLocker is active again, the yellow triangle disappears.

2. Run a File System Error Check (Drive Health Issue)

Windows shows the warning icon if it detects potential disk errors or corruption.

Run CHKDSK

  1. Press Win + XTerminal (Admin).
  2. Type this command: chkdsk C: /f /r
  3. When prompted, press Y to schedule scan at next restart.
  4. Restart your PC.

Windows will scan and fix disk errors automatically. After restarting, the warning icon should be gone if file system issues were the cause.

3. Check Storage Sense Alerts (Low Disk Space)

A yellow triangle can also appear when your C drive is running low on storage.

Check Storage Usage

  1. Press Win + ISystemStorage.
  2. Look at the free space on the C drive.

If free space is low

Try freeing up storage by:

  • Running Storage Sense
  • Clearing Temporary files
  • Removing old Windows Update files
  • Uninstalling large unused apps
  • Emptying Recycle Bin

Run Cleanup

  1. Go to Windows SettingsSystemStorage.
  2. Click Temporary files.
  3. Select items to delete → Remove files.

Once enough space is freed, the warning icon often disappears.

4. Ensure Windows Is Activated (Activation Warning)

Rarely, the yellow triangle appears because Windows activation is incomplete or corrupted.

Check activation

  1. Press Win + ISystemActivation.
  2. Confirm Windows is activated.

If not, complete activation or troubleshoot the license. Fixing activation removes related system warnings.

5. Scan for Drive Errors Through Properties Panel

File Explorer itself may detect a potential issue.

  1. Open File Explorer.
  2. Right-click C driveProperties.
  3. Go to the Tools tab.
  4. Under Error checking, click Check.
  5. If Windows detects errors, click Repair drive.

Restart your PC afterward.

6. Fix BitLocker Policies (If Your PC Is Managed)

If your Windows installation came from work/school, policies might suspend encryption automatically — causing the warning.

Check Group Policy

  1. Press Win + R, type gpedit.msc, press Enter.
  2. Navigate to:
    Computer Configuration → Administrative Templates → Windows Components → BitLocker Drive Encryption → Operating System Drives
  3. Look for policies like:
    • Require additional authentication at startup
    • Configure TPM startup key
  4. Set them to Not Configured unless intentionally required.

Restart your PC.

7. Check Windows Security for Any Active Security Alerts

Security alerts can also trigger a yellow triangle overlay.

Open Windows Security

  1. Press Win + S, type Windows Security.
  2. Open Device Security, Virus & Threat Protection, and Account Protection.
  3. Resolve any red or yellow warnings.

Once cleared, associated drive warnings also disappear.

8. Disable the Warning Overlay Using Registry (Not Recommended)

If the warning is harmless and you simply want to hide the icon, you can disable overlays — but this is only for advanced users.

Warning: This hides all overlay icons, not just the warning.

Disable icon overlays

  1. Press Win + R, type regedit, and hit Enter.
  2. Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers
  3. Rename items with a minus sign (e.g., -SkyDrive1).

Restart File Explorer.

Again — proceed only if you understand the downside. We don’t recommend this unless the warning is cosmetic.

Wrapping Up

The yellow triangle warning on the C drive looks alarming, but it’s usually something simple — BitLocker paused, storage running low, or minor disk errors. With the steps above, you can quickly diagnose and resolve the issue.

Posted by Arpita

With a background in Computer Science, she is passionate about sharing practical programming tips and tech know-how. From writing clean code to solving everyday tech problems, she breaks down complex topics into approachable guides that help others learn and grow.

X