Jellyfin Latest Version 2026: 10.11.7 Features, Fixes & the 12.0 Roadmap

Jellyfin Latest Version 2026: 10.11.7 Features, Fixes & the 12.0 Roadmap

Jellyfin in March 2026: Current Version, Latest Features, and What's Next

Current Stable Version

Jellyfin 10.11.5 is the current stable release as of March 2026.

The 10.11 branch has been actively maintained with five point releases since the initial 10.11.0 launch in late 2025, addressing migration issues, general bugs, and performance regressions.

VersionReleaseKey Focus
10.11.0October 2025EF Core migration, unified database
10.11.1November 2025Migration bug fixes
10.11.2December 2025Performance improvements
10.11.3January 2026General stability
10.11.4February 2026Metadata and watched status fixes
10.11.5March 2026Current stable

What Changed in Jellyfin 10.11

Database Overhaul (Biggest Change)

The most significant change in 10.11 is the EF Core database migration. Jellyfin previously used a separate library.db file. Version 10.11 consolidates everything into a single unified jellyfin.db.

Why it matters:

  • Simpler backups - one database file instead of several
  • Better query performance for large libraries
  • Foundation for future features that require relational data

Migration is automatic on first startup. Your data migrates without manual intervention. Back up your config folder before upgrading regardless.

Built-In Backup Support

10.11 introduced native backup functionality. You can now schedule automatic backups directly from the Jellyfin Dashboard without third-party plugins.

Go to Dashboard → Scheduled Tasks → Backup Database to configure it.

FFmpeg 7.1

Jellyfin 10.11 bundles FFmpeg 7.1, bringing:

  • Improved AV1 hardware encoding quality (NVIDIA RTX 40 series, Intel Arc)
  • Better HDR tone mapping algorithms
  • Reduced memory usage during transcoding
  • Improved Dolby Vision handling

Performance Notes

The EF Core migration introduced some performance regressions for large libraries, particularly around client-side enumeration of datasets. The team is actively working on these. Point releases 10.11.2 onwards have progressively improved this, but users with very large libraries (10,000+ items) may still notice slower library loading compared to 10.10.


Web UI: The New Experimental Layout Is Now Default

Starting with the 10.12 development branch (available as "Experimental" in 10.11), the new web UI layout is now enabled by default for all non-TV devices.

Changes in the new web UI:

  • Redesigned navigation layout with improved sidebar
  • Updated UI components (buttons, modals, media cards)
  • Theming support overhaul - CSS variables replace hardcoded values, making custom themes easier to maintain
  • Faster initial load time

The legacy "Classic" layout remains available in user settings for users who prefer it.

JellyWatchTry JellyWatch — Your Jellyfin companion, everywhere.

Client Updates in Early 2026

Swiftfin 1.4 (iOS / tvOS) - January 2026

The official Jellyfin client for Apple devices shipped a major update:

  • Complete navigation and routing overhaul
  • Full Jellyfin 10.11 support
  • Revamped media player manager
  • tvOS resync in progress (separate release coming)

Jellyfin for Android TV - v0.19.6

  • Direct Play support added for VC-1 and AV1 codecs
  • Music transcoding improvements (seeking, duration display, lyrics sync)
  • Fire TV AV1 support now works on older devices

Jellyfin for Xbox

  • Full gamepad navigation (requires Jellyfin 10.11+)
  • 4K and HDR support enabled
  • Web UI TV mode fixed in 10.11.5

Jellyfin Desktop

The desktop app is rebranded from "Jellyfin Media Player" to Jellyfin Desktop, migrated from Qt 5 to Qt 6. Available on Flathub (Linux) and Arch AUR. Windows/macOS stable builds are not yet available.


What's Coming: The 10.12 / 12.0 Roadmap

The next major release is internally called 10.12 (or possibly 12.0 - the team is considering a versioning change). Key planned features:

New Web UI as Default (Complete)

The experimental layout is already default in 10.11. 10.12 will finalize and stabilize it.

Theming Overhaul

Full CSS variable support for runtime theme customization. Custom theme authors will have a much more stable API to target.

Performance Improvements

Client-side enumeration fixes for large libraries - one of the most-requested improvements following the EF Core migration.

Plugin API Updates

Several plugin APIs are being updated to match the new database architecture.


How to Upgrade to 10.11.5

Docker (Recommended)

docker pull jellyfin/jellyfin:latest
docker compose down && docker compose up -d

Always back up your /config volume before upgrading.

Linux (APT)

sudo apt update && sudo apt upgrade jellyfin

Windows

Download the installer from jellyfin.org/downloads and run it. Your config is preserved automatically.


Known Issues in 10.11

  • Large library performance (client enumeration) - being fixed in upcoming releases
  • Some edge-case migration failures - isolated and unlikely to affect most users
  • Music metadata display issues - fix planned for next point release

Track known issues at github.com/jellyfin/jellyfin/issues/15045.


Running Jellyfin 10.11? See what's actually happening on your server. Download JellyWatch on Google Play - real-time session monitoring, transcoding diagnostics, and server health for Jellyfin admins on Android.


Version information accurate as of March 2026. Check jellyfin.org for the latest release notes.

Comments 2

VersionTracker·

The EF Core migration in 10.11 was scary but went smoothly. 12 minutes on my 8000-item library. Worth the wait.

WebUI_Fan·

The new experimental web UI layout is a massive improvement. Faster loading, better navigation. Can't wait for 10.12 to finalize it.

Leave a comment

Never displayed publicly.
0 / 2000 · Supports limited Markdown: **bold**, *italic*, `code`, [link](url), lists, > quote.