Take one breath. If you can’t find your FL Studio project file, the odds are heavily on your side: FL writes more copies of your work to disk than almost any other DAW, and “lost” almost always means “saved somewhere you didn’t pick”. Here are the exact locations first, then the steps that find the strays.
The default save locations, Windows and Mac
On Windows, FL Studio saves projects under your Documents folder:
Documents\Image-Line\FL Studio\Projects
On macOS, the same shape inside your home Documents folder:
~/Documents/Image-Line/FL Studio/Projects
In FL Studio 20 and later those are the defaults a fresh install picks, and they are where most projects end up, because almost nobody changes them. Open one, sort by date modified, and there is a good chance this article ends here.
Two things move that folder, and between them they explain most of the panics.
The first is FL’s own User Data folder. Everything above hangs off it, so if you pointed FL somewhere else during setup, or the person who set the machine up did, the Projects folder went with it and the path above is simply not yours. FL knows where it currently points: the location is shown in FL Studio’s own settings, in the file and folder options, and the same folders are listed down the left side of FL’s Browser. Read the path there rather than trusting any article, including this one. It is the only source that is definitely right about your machine.
The second is OneDrive, which on Windows routinely redirects your entire Documents folder into itself. If it has, the real path is OneDrive\Documents\Image-Line\FL Studio\Projects, and a search you aimed by hand at C:\Users\you\Documents sails straight past it. There is more on that one further down, because moving the folder is only half of what it does.
If neither path opens onto your project, nothing is lost yet. The rest of this article is the hunt, in order of how often each step works.
Check the recent files list first
Open FL Studio and look in the File menu. Your recent projects are listed right there, and in the overwhelming majority of “my project is missing” panics, the top entry is the project. Click it. If it opens, you’re done: skip straight to the two actions at the end of this article before you touch anything else.
If FL complains that it can’t find the file, that’s not bad news, it’s information. The project existed and was saved; it has moved, been renamed, or is sitting behind a cloud placeholder. Note the project’s name exactly as FL shows it. You’ll search for it next.
Search the whole machine for .flp files
Every FL Studio project is a single .flp file, which makes it very findable.
Open File Explorer and click This PC in the sidebar first, so the search covers every drive. Then click the search box in the top right and type:
ext:flp Results appear as you type. Sort by Date modified to bring the newest to the top.
That returns every .flp sitting somewhere Windows Search has indexed, which brings up the thing nobody tells you and the reason your own earlier search “found nothing”. Windows Search covers certain locations and certain file types by default, and .flp is not one of the types it knows. Outside the handful of folders Windows indexes as standard, Explorer has nothing to look in. It does not say so. It returns an empty result, which reads exactly like your project having been deleted, and that misreading is the single most common reason a producer decides the file is gone.
So when Explorer comes up empty, stop asking the index and read the disk directly. Two ways, both fine.
Press the Windows key, type PowerShell, and open it. Type this, press Enter, and let it walk the drive folder by folder. The index is not involved.
cmd /c dir C:\*.flp /s /b One full path per line, in whatever order it finds them. Change the drive letter and run it again for every drive you own, including the external one in the drawer.
If you would rather have the newest project at the top, this longer line does the same walk and dates every hit. It looks like a lot; you only have to paste it.
Get-ChildItem -Path C:\ -Recurse -Force -Include *.flp -File -ErrorAction SilentlyContinue | Sort-Object LastWriteTime -Descending | Select-Object LastWriteTime, FullName The newest projects are listed first, each with its full path. On a full drive it takes a minute or two.
There is a third option, and on a machine with several drives it is faster than both: a free filename indexing utility, the kind that builds its own index of every filename on every disk and searches it as you type. Any of them will list every .flp you own in under a second. Producers who have lost a project once tend to install one and never take it off again.
On macOS the same job is one line in Terminal, or a Finder search for flp.
Open Terminal from Applications, Utilities, then type:
mdfind -name .flp If this dig turns up projects you forgot you had, that’s a different, happier problem: there’s a full search recipe for every DAW on your drive when you’re no longer in a hurry.
Check OneDrive, because it moves the whole folder
You have the default path from the top of this article. Here is why it can be correct and still not be where your files are.
Windows often redirects your entire Documents folder into OneDrive. If it has, the real path is OneDrive\Documents\Image-Line\FL Studio\Projects, and a search you aimed by hand at C:\Users\you\Documents sails right past it. Worse, OneDrive can mark files as online-only, which leaves a cloud-icon placeholder on your disk instead of the actual file. If your .flp shows a little cloud badge, right-click it and choose Always keep on this device, then open it. If half your catalog lives in Ableton, the same redirect bites your Live projects too.
Open the Backup folder: FL saved even when you didn’t
This is the step most producers have never heard of, and it’s the one that rescues sessions. FL Studio autosaves your work into a Backup folder on its own schedule, whether or not you ever pressed save.
On FL Studio 20 and later it sits one level inside your Projects folder. Note the plural, which is the detail most posts get wrong:
Documents\Image-Line\FL Studio\Projects\Backups
On macOS, the same shape inside your home Documents folder:
~/Documents/Image-Line/FL Studio/Projects/Backups
Two things send people to the wrong place here. If you are running FL Studio 12 or older, backups were kept beside the program itself, in a Data\Backup folder inside the FL Studio install directory, not in Documents at all. And if you ever moved FL’s User Data folder, every path above moved with it, in which case FL’s own settings will tell you where it went. Check which version you are actually running before you conclude the backups do not exist.
Remember the OneDrive redirect from the last step: whichever path is yours may sit under OneDrive\Documents instead. Open the folder, sort by date modified, and look at the newest files. These are autosaved copies FL wrote on its own while you worked. If your session crashed, or you saved over the wrong thing, the newest backup carrying your project’s name is usually minutes behind where you left off. Open it, check it plays, and go straight to the two actions further down.
If backups exist for other projects but not yours, autosave may have been off, which matters for the next section.
What if you closed FL without saving?
Honesty first, because you deserve it more than false hope: if you deliberately closed FL Studio, clicked past the save prompt, and no autosave ran during the session, that unsaved work does not exist on disk. No tool can rebuild it, and anyone implying otherwise is selling you something.
Whether an autosave ran at all is a settings question. FL’s autosave is an interval you can shorten, lengthen or switch off entirely, and it lives in FL Studio’s options rather than anywhere in this article, because the exact wording and tab have moved between versions and a wrong menu path here would cost you minutes you do not have. Look for backup or autosave in FL’s own options. What matters right now is the consequence: a short interval means the Backup folder holds something from a few minutes ago, a long one means half an hour ago, and off means nothing was ever written and there is nothing to find. FL keeps the last twenty of those copies and drops the oldest as new ones arrive, so the window is real but it is not infinite. Go looking today, not next week.
Picking the right file out of that folder is easier than it looks, because each copy carries the name of the project it came from. Sort the Backup folder by date modified rather than by name, since a name sort scatters versions of the same track across the list and the timestamp you actually care about is the one the file system keeps. Take the newest file carrying your project’s name, open it, and listen before you decide anything. If it turns out to be an hour short, work backwards one file at a time. Do not delete the ones you reject until a keeper is saved somewhere deliberate.
One caveat, because people hit it at the worst possible moment: an autosave is a copy of the project file, and a project file points at audio rather than containing it. Anything the session was holding but had never committed to disk, live recordings in particular, does not travel inside that backup. The autosave opens, the arrangement is there, and the take that was never written is a gap. Autosave protects the arrangement. It does not protect audio the session never saved.
Here’s the reframe that helps: what you’re recovering now is the last saved version, and the steps above almost always find it. The lost hour hurts. The lost project, in nearly every case, isn’t lost at all.
Last resorts worth five minutes
If the file genuinely isn’t anywhere above, run down this list before you grieve:
- The Recycle Bin (or Trash on macOS). Deleted
.flpfiles sit there until it’s emptied. - OneDrive’s own recycle bin at onedrive.com, which keeps deleted files independently of your PC.
- Previous versions on Windows. Right-click the folder the project lived in, choose Properties, then the Previous Versions tab. If File History or restore points cover that folder, older copies appear here.
- Time Machine on macOS, if it was ever switched on.
- Everywhere you sent it. The zip you sent a collaborator, the email attachment, the chat upload, the USB stick, the laptop you produced on last summer. A copy anywhere is a copy.
- Generic undelete tools are the very last stop, and the less you write to that drive before trying one, the better its odds.
Found it? Do these two things right now
First, File, Save As, into a folder you chose, with a real name. Not the Backup folder, not a name ending in an autosave timestamp. The rescued file becomes the working file the moment you save it somewhere deliberate.
Second, export a bounce. Render the project to a WAV or MP3 right now, so today’s state of the track exists as audio no matter what ever happens to the project file again. Thirty seconds of rendering buys you a version of this song that no folder mishap can take. And if you’re now staring at four files named some variant of final, keeping track of song versions is a solvable problem too.
How to find missing samples in FL Studio
Rescuing the project sometimes hands you a second problem: it opens, and half the channels are red. That is not damage, and nothing has been overwritten. Red means FL knows exactly which file that channel wants and cannot find it at the path the project was saved with, which is what happens the moment a project moves between machines, a drive letter changes, or a sample pack folder gets tidied up.
FL asks first. When it opens a project whose samples have moved, it puts up a dialog naming the file it is looking for and offers to go and search for it. Point that search at the folder your samples actually live in now and let it work through the list, rather than clicking past the dialog and dealing with red channels afterwards. If you already clicked past it, close the project without saving and open it again.
When the dialog is not enough, get the original full path. Each missing channel still carries the path it was saved with, and reading that path tells you the thing you actually need. Not the file name, the folder. Once you know the project is hunting for a folder you renamed two months ago, every other red channel in the session is the same fix, applied once.
The habit that prevents all of it is one menu item. Before you move a project, or send it anywhere, export it as a zipped loop package: FL puts the samples the project uses into the archive alongside the .flp, so the project stops depending on where anything lived. Adding your sample drives to FL’s list of extra search folders, in its file settings, does the same job from the other direction, by giving FL somewhere to look before it gives up.
Why this happened, and the fix that isn’t discipline
You didn’t lose this file because you’re careless. You lost it because FL picked the save location, OneDrive moved the goalposts, and autosave named its copies for a machine, not a human. That’s a visibility problem, and visibility is exactly the thing you can automate. Point Vantom’s Watched Folders at your Projects folder, Backups and all and every FL project inside them lands in one library, while Auto-Changelog logs every saved version of each project as a timestamped entry, all without moving, renaming or touching a single file. It’s free to start, and the next time a project plays hide and seek, you’ll already know which folder it’s in.