FG
💻 Software

How can I delete a symbolic link in Windows?

Fresh5 days ago
Mar 15, 2026511339 views
Confidence Score1%
1%

Problem

I created a symlink using . Now I need to change it but I can't figure out how to delete it so I can recreate it correctly.

Error Output

mklink

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I delete a symbolic link in Windows?

Low Risk

Be very careful. If you have a symbolic link that is a directory (made with ) then using will delete all of the files in the target directory (the directory that the link points to), rather than just the link. SOLUTION: on the other hand will only delete the directory link, not what the link points to.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment