claude-code - 💡(How to fix) Fix [BUG] Cowork: Folder does not support UNC under Windows [3 comments, 4 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45297Fetched 2026-04-09 08:08:38
View on GitHub
Comments
3
Participants
4
Timeline
14
Reactions
2
Author
Timeline (top)
subscribed ×6commented ×3labeled ×3cross-referenced ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When I select a network folder it will accept it initially but if I try to work in it, Cowork will complain with "UNC paths are not supported: \path"

Thanks

What Should Happen?

Claude should support SMB network folders under Windows

Error Messages/Logs

Steps to Reproduce

Select a network folder Ask Cowork to perform some local task Cowork will complain with "UNC paths are not supported: \path"

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.1062.0 (b81bcd) 2026-04-06T21:20:28.000Z

Platform

Cowork

Operating System

Windows 11

extent analysis

TL;DR

The issue can likely be resolved by using a mapped drive letter instead of the UNC path for the network folder.

Guidance

  • Verify that the network folder is properly mapped to a drive letter in Windows, as this may allow Claude to access it without complaining about UNC paths.
  • Try using the mapped drive letter in the path instead of the UNC path to see if this resolves the issue.
  • Check if there are any configuration options in Claude or Cowork that allow specifying the path format or supporting UNC paths.
  • If the issue persists, consider reaching out to the developers or searching for updates that may address this regression.

Example

No code snippet is provided as this issue seems related to configuration or path handling rather than code.

Notes

The solution may depend on the specific configuration of the Windows environment and how network folders are handled. This approach may not work if the UNC path is required for other reasons.

Recommendation

Apply workaround: Use a mapped drive letter instead of the UNC path, as this is a simple and non-invasive change that may resolve the issue without requiring updates or code changes.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING