Where Are Wsl Files Stored On Windows 11 May 2026
wsl --import <DistroName> <InstallFolder> <InstallTarFile> Then your files are in <InstallFolder>\ext4.vhdx (a virtual disk) – not directly browsable as raw files. To access them, still use \\wsl$\DistroName . | Method | Path / Command | Safe for editing? | |--------|----------------|-------------------| | File Explorer (default) | C:\Users\Name\AppData\Local\Packages\...\LocalState\rootfs\ | ❌ No | | File Explorer (safe) | \\wsl$\Ubuntu\ | ✅ Yes | | Inside WSL terminal | /home/username | ✅ Yes |
df -h / Output will show something like: where are wsl files stored on windows 11
LocalState\rootfs\ Example full path:
/dev/sdd 251G 15G 237G 6% / That device is a virtual disk – but the real Windows path is still the LocalState\rootfs shown above. If you installed a WSL distro manually with: wsl --import <