Sharing Files Between Windows and WSA via WebDAV
The Problem
Android apps store files inside the subsystem, invisible to Windows Explorer by default. Moving a photo or APK meant ADB pulls and pushes — clunky.
The WebDAV Solution
WSA Installer's WSABackgroundService starts a WebDAV server inside the subsystem and mounts it over ADB as Windows drive letters — X:/ for the Android internal storage and R:/ for a shared root.
Using the Drives
- Open File Explorer and go to X:/ to browse Android files
- Drag and drop between Windows and Android like any folder
- Edit files directly; changes appear inside the subsystem instantly
- R:/ acts as a neutral exchange area for both sides
Troubleshooting the Mount
If the drives disappear, restart WSABackgroundService from Services.msc or re-run the installer's file-sharing step. A firewall blocking localhost WebDAV is the usual culprit.
Related Posts
WSA Performance & Battery Tips
Keep WSA snappy and your laptop cool: RAM limits, background behavior, and when to actually shut the subsystem down.
What Is Windows Subsystem for Android (WSA)?
A plain-language introduction to WSA: what it is, why Microsoft built it, and how it lets you run Android apps on Windows 11.
How Windows Subsystem for Android Actually Works
A technical walkthrough of the WSA stack: the AOSP runtime, the libhoudini/llvmpipe translation layer, init, and how Android apps become Windows windows.
