Pay for more CPU cores when your measured Plex workload has several CPU-bound tasks that can run in parallel; do not assume every Plex action scales with core count.
Software Transcodes Are the Clearest Multi-Core Workload
Multiple software transcodes can consume large amounts of parallel CPU time, especially when clients cannot Direct Play. This is the scenario where additional general-purpose compute is easiest to justify.
Measure total CPU saturation during the actual conversion mix with per-resource saturation checks and confirm the server is CPU-bound rather than waiting on storage or network.
If the same workload can use a supported media engine, compare that path before paying for many additional cores. Hardware acceleration may deliver more useful capacity per watt.
Hardware Acceleration Changes the Buying Logic
A supported iGPU or GPU moves much of video conversion away from general CPU cores. In that case, adding cores can have less effect on playback than choosing the right media engine.
A low-core Intel N100 can handle multiple hardware transcodes when the supported media engine does the conversion work, which can matter more than adding general-purpose CPU cores.
Verify codec, HDR, subtitle, and OS support on the exact candidate. Treat hardware-accelerated streaming as a required path only when the real clients actually trigger it.
Library and Database Tasks May Hit Different CPU Limits
Some scanning and database operations can be serial or limited by one execution path, so total core count does not guarantee proportional improvement.
The request for multi-threaded library scans highlights that some scanning work does not automatically spread across every available core.
Compare single-core saturation, total CPU use, and storage latency during the slow library task. If one core is busy while others are idle, prioritize per-core performance or the state path instead of adding more cores.
Multi-App Hosts Can Use Extra Cores Even When Plex Cannot
Companion services, backups, downloaders, and other containers can run alongside Plex and make aggregate core capacity valuable. The buying decision should model the whole server, not the Plex process alone.
Container workloads introduce workload-dependent resource overhead and independent CPU demand, so test the normal service mix before deciding how many cores provide real headroom.
Choose the smallest CPU that passes the combined peak with maintenance jobs active. Extra cores are justified when they prevent repeatable contention, not when the host is already mostly idle.
Buying Guide
More to Read

How to Choose a Home Server for Jellyfin and Kodi
Kodi can reduce Jellyfin transcode demand when clients Direct Play well, so size the server from fallback conversion, storage, network, and shared services.

How to Choose SSD, HDD, and Backup Capacity for Jellyfin
Size Jellyfin storage by role: SSD for active app data and scratch, HDD for media capacity, and independent backup space for retained recovery points.

Before Buying a Jellyfin Server: Can Your Old PC Pass the Workload?
Reuse an old PC only after it passes the real Jellyfin workload, power, noise, storage, and recovery checks a new server would need to...

