How to Backup & Restore Betaflight Configuration

by Oscar

This tutorial shows you how to backup and restore Betaflight settings. It’s important to always back up your Betaflight config before updating FC firmware because it can erase your previous settings.

Some of the links on this page are affiliate links. I receive a commission (at no extra cost to you) if you make a purchase after clicking on one of these affiliate links. This helps support the free content for the community on this website. Please read our Affiliate Link Policy for more information.

I also recommend backing up before making any big changes in case you mess something up, you could always go back. Check out my other Betaflight tutorials.

You will need to download Betaflight Configurator first.

For Betaflight 4.3 and Newer

Betaflight 4.3 Presets Save Backup Load Cli Diff

In the Presets tab, you have the option to “Save backup”, it will save it in a text file. The result is the same as entering “diff all” in CLI. To restore it, simply use the Load backup button.

This makes backing up your settings so much easier.

For Betaflight 4.2 and Older

For Betaflight 4.2 and older versions, you need to backup Betaflight using CLI commands.

Go to the CLI tab and enter

dump

This will display all the settings in Betaflight. There are a few hundreds of lines and it can be overwhelming, so you can also use this command

diff all

This will only show you settings that are different from the default values, which is way easier to swallow. See this article to see why you should use “diff” rather than “dump”.

However one advantage to the command “dump” is that you get to keep the original default values, because the default values might change form version to version.

Regardless which command you use, now copy the result in the CLI, and paste it in a plain text file.

To restore the backup from CLI, simply copy the text file, and paste it in the CLI, type in “save” and hit Enter.

It’s also a good idea to take some screenshots of each page, it’s easy to look up a particular settings with images than scrolling through CLI codes.

Edit History

  • Sep 2018 – tutorial created
  • Feb 2022 – updated for Betaflight 4.3

Leave a Comment

By using this form, you agree with the storage and handling of your data by this website. Note that all comments are held for moderation before appearing.

7 comments

Daniel 17th January 2021 - 7:58 pm

I accidentally reset my flywoo config and did not back up plz help

Reply
chelsea davies 14th January 2021 - 1:57 pm

i have a windows computer and and fpv quad and i was using the betaflight and accidently flashed the firmwear saved it to my windows computer a new file and dont know where it when at all can u please help me!! thank you

the quad type is a iflight BNF cidora SL5-E5″ FREESTYLE QUAD thank you

Reply
Jimmy Au 23rd December 2020 - 10:28 pm

Hello Oscar

I have a Flywoo Explorer LR, new to FPV setting on BetaFlight 4.2. Seem I lost most of the factory setting since I refresh Update firmware. Do you have a file contain those setting?

Jimmy au

Reply
Slava Chrome 16th September 2018 - 8:38 pm

From the CLI you can save as text file directly, without Copy-Paste manoeuvre ;)

Reply
Oscar 18th September 2018 - 6:16 pm

wow, thanks for the tips :)

Reply
Mike H. 5th November 2021 - 2:42 pm

Would you please explain how that is done? Thanks much.

Reply