# A Guide to Copying Files from WSL to Windows 11 or the other way

In this guide, we will unravel the intricacies of file transfers from WSL to the Windows 11 drive, providing you with a step-by-step roadmap to effortlessly copy your files across these two distinct environments.

## Steps

1. Copy the file you want to share
    
2. Open ubuntu bash
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1697299953906/0bb94aea-be53-45b0-9d99-92cad2f70055.png align="center")
    
3. Type `explorer.exe .` in ubuntu bash  
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1697300040889/f5fd5a21-0a7d-4bcb-935a-a6dce47ba057.png align="center")
    
      
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1697299993365/7dcb0138-6e65-421e-9c51-c08c76014aa4.png align="center")
    
4. Paste the files
    

  
  
  
References:

[https://superuser.com/questions/1324069/how-to-copy-a-file-from-windows-subsystem-for-linux-to-windows-drive-c](https://superuser.com/questions/1324069/how-to-copy-a-file-from-windows-subsystem-for-linux-to-windows-drive-c)
