Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
How to fix error error-join-to-join in Windows 11
ERROR_JOIN_TO_JOIN = 138
Fix based on community reports and expert analysis. Last verified: 2026-08-12
· How we verify fixes
| Error Code | error-join-to-join |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 10 min |
| Requires Admin Rights | ⚠️ Yes |
Solution Steps
- 1 Press Windows key + R, type 'cmd', and press Ctrl+Shift+Enter to open Command Prompt as Administrator. This gives you the necessary permissions to manage junctions.
- 2 Type 'dir /AL' and press Enter. This lists all junctions and symbolic links in the current directory. Navigate to the folder where you're trying to create the join (using 'cd' command) and run 'dir /AL' to see if there's already a junction there.
-
3
If there is an existing junction, you need to remove it first. Use 'rmdir
' (e.g., 'rmdir C:\MyJunction') to delete the junction. Be careful not to delete the underlying data — 'rmdir' on a junction only removes the link, not the target. -
4
After removing the existing junction, you can create a new one using 'mklink /J
' (e.g., 'mklink /J C:\MyJunction D:\Data'). This creates a proper junction point. - 5 Verify the new junction works by accessing the path. If you still get the error, check if the target path is valid and accessible.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Still having issues?
Describe your exact problem to Error Buddy and get a personalized fix in seconds.
🛠️ Try Error Buddy — It's Free