If your Jellyfin server is already up and running, the fastest way to watch on a Windows 11 PC is to open its web address in a browser, no install required. Want a native app with hardware-accelerated playback and audio passthrough? Jellyfin’s downloads page currently lists Jellyfin Media Player as the official Windows client. Its codebase was archived in March 2026, though, in favor of a rewrite called Jellyfin Desktop, which is still development-builds only. FluentFin, a third-party client built specifically around Windows 11’s Fluent Design look, is worth a look if neither of those feels right.
Note: this guide covers watching your own, legally acquired media library on a Windows 11 PC you already own. Nothing below touches torrents, IPTV, or debrid services.
What are your options for watching Jellyfin on Windows 11?
Jellyfin’s Windows client situation is mid-handoff right now, so “just download the app” is not quite that simple. Four paths work today:
- Jellyfin Media Player (JMP): still linked from Jellyfin’s official downloads page, with a signed installer, though its repo is now archived
- Jellyfin Desktop: the actively developed rewrite that replaces JMP, but with no stable release yet
- FluentFin: a third-party client built natively for Windows 10 and 11
- The web app: Jellyfin’s own interface, open in Edge, Chrome, or Firefox, no install at all
Jellyfin Media Player: still the official download, for now
Jellyfin’s downloads page labels Jellyfin Media Player “the official Jellyfin desktop client,” linking through to its GitHub repo and a current stable build, version 1.12.0, released in March 2025. Jellyfin’s own announcement post describes what it actually is: the jellyfin-web interface paired with MPV’s playback engine, adding audio device selection, passthrough configuration, and refresh-rate matching to the video. That’s a real feature set, not just a rebadged browser window.
Worth knowing: the GitHub repository behind this download was archived in March 2026. Its release notes say plainly that development of the Qt-based client “has stopped in favor of a completely rewritten client.” The version linked from Jellyfin’s downloads page still installs and works, it just will not be getting new features.
- Currently the client Jellyfin’s own site links to as official, with a signed installer
- Full MPV codec support, so more formats direct-play without transcoding
- Audio passthrough and refresh-rate matching built in
- Its codebase is retired, so bugs found now are unlikely to get fixed
- Settings will not carry over if you switch to Jellyfin Desktop later
- Download the installer or ZIP archive from Jellyfin’s Windows downloads page.
- Run the installer. It needs administrator rights, and unblocking the file in its Properties dialog avoids an extra warning.
- Launch Jellyfin Media Player and enter your server’s address, or use Quick Connect.
- Sign in with your Jellyfin username and password.
Jellyfin Desktop: the actively developed successor, but not stable yet
Jellyfin Desktop is a complete rewrite of the old Qt client, built on CEF (Chromium Embedded Framework) and MPV instead. It’s where the Jellyfin project’s development effort is going now.
No stable release yet. The GitHub repo shows no formal releases published, only development builds compiled fresh from the main branch for Windows x64 and arm64. The README says outright: “this client is still under active development and may have bugs or missing features.”
Because these are unsigned dev builds instead of a signed installer, Windows SmartScreen will almost certainly flag the file the first time you run it. That’s expected, not a sign anything’s wrong, as long as you downloaded it from the official jellyfin/jellyfin-desktop repository rather than somewhere else. If you would rather not deal with that, Jellyfin Media Player or FluentFin are the steadier picks until Jellyfin Desktop ships a real release.
FluentFin: a native alternative built for Windows 11
FluentFin is an independent client built with Microsoft’s Windows App SDK and C#, adopting the Fluent Design System that Windows 11 itself uses. It has no official tie to the Jellyfin project, its own README says as much in the credits.
Its feature list is solid: skip intro and credits support, trickplay previews when scrubbing, multi-server and multi-user switching, and both transcoding and direct play. Experimental features go further: an in-app Jellyfin dashboard, a media segments editor (needs the separate Intro Skipper plugin), remote control, and SyncPlay.
Check before installing: the actively maintained fork lives at github.com/insomniachi/FluentFin. Its most recent tagged release, 0.3.6, dates to April 2025, so check its releases page for anything newer before you install.
Or just use the browser, it’s not a compromise
Jellyfin’s web client is the same interface every native app above is built around, and it runs in Edge, Chrome, or Firefox with nothing to install. Open your server’s address, log in, and you’re browsing your library. The trade-off is codec support: the browser handles playback itself instead of handing it to MPV, so a few less common video and audio formats are more likely to trigger a server-side transcode than they would in a native client. On a fast home network with reasonable server hardware, most people never notice the difference. It’s a solid default if you don’t want another background app, or you’re just checking your library from a PC that isn’t yours.
| Jellyfin Media Player | Jellyfin Desktop | FluentFin | Web app | |
|---|---|---|---|---|
| Price | Free | Free | Free | Free |
| Built by | The Jellyfin project | The Jellyfin project | Independent developer | The Jellyfin project |
| Status | Official, codebase retired | Official, active development, no stable release | Third-party, small project | Official |
| Playback engine | MPV | MPV | Native WinUI 3 | Browser |
| Best for | A working native app today | Early adopters okay with dev builds | A Windows-11-native feel | Zero install, quick checks |
| Where to get it | jellyfin.org | GitHub dev builds | GitHub releases | Your server’s own address |
How to connect to your Jellyfin server from Windows 11
Once you’ve picked (or skipped) a client, connecting looks the same everywhere.
- Open your chosen app, or your server’s address directly in a browser.
- Enter your server’s local address and port, or use Quick Connect instead.
- For Quick Connect, open the Quick Connect menu on your Jellyfin dashboard from a device you’re already signed into, and note the six-digit code.
- Enter that code on the Windows client, then sign in with your username and password.
- Choose which libraries this PC should show, and you’re done.
If auto-discovery doesn’t find your server, typing the address manually almost always works:
http://<your-server-local-ip>:8096
Getting smooth playback: direct play vs. transcoding
Whichever client you use, your Windows 11 PC only controls one side of the equation: whether it can decode a file directly. MPV-based clients like Jellyfin Media Player and Jellyfin Desktop can lean on your PC’s GPU for hardware-accelerated decoding of most modern codecs, which is lighter on both your PC and your server, since a file that direct-plays never needs transcoding in the first place.
If playback stutters, check the playback info overlay in your client for whether it says Direct Play or Transcode. A file that’s transcoding constantly is almost always a server hardware question rather than something wrong with the Windows client, our Jellyfin server setup guide covers the hardware Jellyfin actually needs for smooth transcoding. Keeping your GPU drivers current, Intel, AMD, or Nvidia, matters more for decode performance than most people expect.
Troubleshooting Jellyfin on Windows 11
“Windows protected your PC” on install: expected for unsigned development builds like Jellyfin Desktop’s Windows downloads. Click More info, then Run anyway, but only if you downloaded straight from the official GitHub repo.
The client can’t find your server: Windows Firewall sometimes blocks the local network discovery that Quick Connect and auto-detection rely on. Skip it and type your server’s local IP address and port directly instead.
No audio passthrough to your receiver: this needs to be enabled in both Windows’ own sound settings and inside the client’s audio settings. Mismatched formats between the two are the most common cause of silent or garbled audio over HDMI.
Stutter or dropped frames on 4K or HDR content: see direct play versus transcoding above, and check your GPU drivers before anything else.
Is it legal to use Jellyfin on Windows 11?
Yes. Every client covered here, official or third-party, is just an interface for playing back media from a server you already run, no different from any other Windows media player. What you choose to put in your Jellyfin library is a separate question entirely, and this guide only covers your own ripped discs, home videos, and media you’ve paid for.
FAQ
Does Jellyfin have an official Windows app?
Yes, sort of. Jellyfin Media Player is what Jellyfin’s downloads page currently links to as the official Windows client, but development has moved to a rewrite, Jellyfin Desktop, which doesn’t have a stable release yet.
What’s the difference between Jellyfin Media Player and Jellyfin Desktop?
Jellyfin Media Player is the older Qt-based client; its GitHub repository was archived in March 2026. Jellyfin Desktop is the CEF and MPV rewrite that replaces it, currently available only as development builds rather than a packaged release.
Is FluentFin safe to use?
It’s open source under the GPL-3.0 license with its code public on GitHub, but it’s an independent project with no official tie to Jellyfin. Treat it like any third-party client, and check its releases page to see how recently it’s actually been updated.
Can I just watch Jellyfin in a browser on Windows 11?
Yes. Any modern browser can open your server’s web address directly with no install at all, though it relies on the browser’s own codec support rather than a dedicated player like MPV.
Does Jellyfin have an app in the Microsoft Store?
The official Jellyfin for Xbox app is listed on the Microsoft Store and can run through the same Windows app platform, but it’s built around a controller-first Xbox interface rather than a desktop one. A few unofficial “Jellyfin UWP” listings also turn up if you search the Store; those are community projects, not published by the Jellyfin team.
Still setting up the server itself? Our Jellyfin server setup guide covers Docker, Windows, and NAS installs, plus the hardware Jellyfin actually needs. Outfitting other devices in the house? Our Jellyfin on Android TV and Jellyfin on Fire Stick guides round out the Jellyfin hub.
Leave a Reply