> For the complete documentation index, see [llms.txt](https://handbook.musescore.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.musescore.org/3/advanced-topics/recovered-files.md).

# Recovered files

If MuseScore or your computer should crash, or if power is lost, a pop-up message upon restarting MuseScore will ask if you wish to restore the previous session:

<figure><img src="/files/oHPVgrebZFDG2b2ggZ9V" alt="Restore session dialog"><figcaption></figcaption></figure>

Click **Yes**, to initiate attempted recovery of files from the interrupted session. Or click **No** to ignore message.

## Saving after session recovery

When MuseScore recovers files after a crash, it renames them with the full path name added in front of the original file name. This very long name will appear in the tab(s) above the active score window.

*To ensure that the file is saved in its original location*. You should immediately save the restored file using the **"Save As..."** option: this will open a window to allow you to navigate to the correct folder and directory. If you use the "Save" command instead, the file will be saved in its current location which is unlikely to be the original one.

## Finding recovered files

In the event that **"Save"** is used instead of **"Save As..."** with a recovered file, you will have to find the files in your computer. The actual location of those files will vary, depending on your operating system, and in which directory MuseScore is installed.

For Windows 7, with a default installation of MuseScore to the program files directory, recovered files are auto-saved to `C:\Program Files\MuseScore 3\bin` (actually `%ProgramFiles%\MuseScore 3\bin`).

For Windows 10, look in `C:\Users\[User Name]\AppData\Local\VirtualStore\Program Files\MuseScore 3\bin` (actually `%LOCALAPPDATA%\VirtualStore\%ProgramFiles:~3%\MuseScore 3\bin`).

or in `C:\Users\[User Name]\AppData\Local\MuseScore\MuseScore3\` (actually `%LOCALAPPDATA%\MuseScore\MuseScore3\`).

You may need to run a system-wide search in order to find files saved directly after a session recovery. Use keywords from the original file name as well as wildcards, and specify the date modified.

## See also

[Save/Export/Print](/3/basics/opensaveexportprint.md)

## External links

[How to recover a backup copy of a score](https://musescore.org/en/node/52116) (MuseScore HowTo)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.musescore.org/3/advanced-topics/recovered-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
