Anki 26.09 fixes two security holes, which makes it one of the rare updates worth doing today instead of next weekend. Ten minutes gets you onto 26.09.2, the current build as of September 15, 2026, with a backup of your collection and your scheduling settings untouched. The one thing to know before you start: the bundled FSRS version went from 6.6.1 to 6.6.2, and that is not a reason to reset or re-optimize your deck parameters.

What you need before you touch the installer

  • Your current version number

    Help > About. Anything below 26.09 is affected by the two flaws the September 14 release patched.

  • A backup of your collection

    Export a .colpkg with scheduling data included. Note that since 26.08, deck config exports that leave out scheduling data also strip FSRS parameters.

  • The 26.09.2 installer specifically

    Not 26.09.1. That build lived about two hours on September 15 before being pulled for a Windows packaging issue.

  • A working AnkiWeb sync

    Sync every device before updating so nothing has to be reconciled after.

The update, step by step

  • Sync your current device, then your phone or tablet

    You should see no pending changes on any device before you continue.

  • Export your collection to a file and put it somewhere that is not your Anki folder

    You should end up with a single .colpkg you could restore from if the install goes sideways.

  • Download 26.09.2 from the official releases page

    The [Anki 26.09.2 release notes](https://github.com/ankitects/anki/releases/tag/26.09.2) were published September 15, 2026 at 21:26 UTC and repeat the same line as 26.09: upgrade as soon as possible because of the security fixes.

  • Run the installer over your existing installation

    There is no need to uninstall first. On Windows, the startup crash caused by leftover files from pre-25.07 installs was fixed in this build.

  • Open Anki and check Help > About

    It should read 26.09.2. If it still reads your old version, the installer did not replace the app.

  • Sync once, then study a few cards

    Cards should schedule exactly as they did yesterday. Nothing about your intervals changed.

  • Leave your FSRS parameters alone

    Do not press Reset, and do not run Optimize just because the version number moved. The next section explains why.

Does FSRS 6.6.2 change how your cards are scheduled?

No, and the changelog is unusually clear about it. FSRS is the algorithm Anki uses to predict when you are about to forget a card, and the version Anki embeds is a Rust library called fsrs-rs. The v6.6.2 release, published August 28, 2026, lists three substantive changes: skipping validation during parameter training, a fix to seed isolation in the cost calculation, and a faster evaluation routine that walks each card once instead of once per item. Those are speed and correctness changes inside the optimizer. None of the FSRS-6 weight formulas were touched.

So a version bump is not new evidence that your parameters are stale. What makes parameters stale is review history you have accumulated since you last fitted them. The Anki manual puts it plainly: "There is no need to optimize your parameters frequently: once every month is sufficient." The official FSRS FAQ offers the same cadence and an alternative for people who prefer a rule tied to data rather than the calendar: optimize each time your review count doubles, after 100, then 200, then 400. Neither document has a clause about software updates, because the input to the optimizer is your review log, not Anki's version string.

There is also a safeguard you may not know about. When you optimize, Anki trains a new parameter set, compares it against your existing one using log loss, and keeps whichever predicts your reviews better. In a forum thread on FSRS 6 parameters, a user reported seeing only 19 parameters where FSRS 6 expects 21, and a developer confirmed the behaviour was intentional: the old set won, and the new slots were filled with defaults. Asked about forcing a reset first, the developer's answer was "There is no reason to do that, though." Reset only if you have a specific reason, such as parameters fitted on a deck whose content you have since replaced.

If the update goes wrong

This hit users with leftover files from installations older than 25.07. It was fixed in 26.09.2, so if you installed 26.09 and it will not launch, install 26.09.2 on top of it.

Users in regions with restricted GitHub access reported very slow downloads of 26.09.2. Forum moderators pointed them to a VPN or a mirror site.

The legacy Python modules anki.importing and anki.exporting were removed during the 26.09 beta cycle, which affects AnkiConnect compatibility. Check for an updated version of the add-on rather than rolling Anki back, since rolling back leaves the security flaws in place.

Ease is now hidden when FSRS is enabled and the card has no memory state yet. 26.09 also updates FSRS memory state when you open card info, so the number should appear after the card has been reviewed under FSRS.

Where that leaves you

You are patched against a flaw that let a note read local files from the editor and a context-menu action that did not check file extensions, both described in the 26.09 release notes. Your schedule is unchanged. The next thing worth doing is not an Anki task at all: open your deck options, find the date of your last optimization, and if it was more than a month ago, run it once. Then go study.

Next: make your reviews harder to fake

An up-to-date scheduler does nothing if your cards let you recognise the answer instead of retrieving it. Read our guide to writing cards that force actual recall.

Read the guide