docs / getting-started / faq

Frequently Asked Questions

How to Locate the Log File

If Files launches successfully, the easiest way to access the log file is directly from Settings → About → Open log location. If you’re unable to open the UI, you can locate the log manually using File Explorer. The path varies depending on which version of Files is installed:

Files Stable (Microsoft Store)

%LocalAppData%\Packages\49306atecsolution.FilesUWP_et10x9a9vyk8t\LocalState

Files Stable (Sideload)

%LocalAppData%\Packages\Files_1y0xx7n9077q4\LocalState

Files Preview (Microsoft Store)

%LocalAppData%\Packages\49306atecsolution.FilesPreview_et10x9a9vyk8t\LocalState

Files Preview (Sideload)

%LocalAppData%\Packages\FilesPreview_1y0xx7n9077q4\LocalState

How to Improve Performance

The default settings are designed to deliver the best performance across different environments. We’ve identified several areas with potential for further optimization and are actively working on improvements behind the scenes.

How to Reduce Memory Usage

Resource consumption naturally increases when opening new tabs or navigating to different locations. However, we’re aware of several memory leaks that can cause usage to accumulate over extended sessions.

To mitigate this, consider disabling the option to keep Files in the background from Settings → Advanced → Leave app running in the background when the window is closed. Note that turning this off may result in slower launch times for Files. We’re investigating these leaks and looking for a long-term solution.

How to Open Files from Command Line

To open Files from command line, run the following command: files-<branch>.exe, replacing <branch> with the version of Files you have installed:

  • stable: Production build
  • preview: Beta/preview build
  • dev: Development build

You can also use the path parameter to open a folder inside of Files, for example: files-stable.exe "C:\Users\YourName\Documents".