qBittorrent Queue Not Moving To The Next Torrent: Fix

When qBittorrent queueing stops working, the symptom is usually specific: one or more torrents remain in Queued or Queued Download, even though a previous torrent has finished, stalled, paused, or stopped transferring. Instead of releasing an active queue slot and starting the next torrent, qBittorrent keeps the next item waiting. In many cases, the cause is not the torrent itself. It is a queueing limit, a stalled torrent still being counted as active, a forced torrent bypassing the normal order, or a slow-torrent setting that is not doing what you expect.

A torrent queue with one stalled item blocking the next download slot.

1. Quick Fix

Start here if you just want the queue to move again.

  1. Open qBittorrent settings or preferences.
  2. Go to the BitTorrent or Downloads section that contains Torrent Queueing. The exact location can vary between qBittorrent 4.x, 5.x, desktop builds, and the WebUI.
  3. Check Maximum active downloads, Maximum active uploads, and Maximum active torrents.
  4. Temporarily increase the limits so qBittorrent has enough room to run both downloads and seeds.
  5. Enable Do not count slow torrents in these limits if stalled or extremely slow torrents are occupying active slots.
  6. Manually resume the next queued torrent.
  7. If the queue state does not refresh, fully exit qBittorrent and reopen it. For qBittorrent-nox, restart the service using the method appropriate for your system.

If the next torrent starts after increasing the limits or pausing another active torrent, the problem is almost certainly queue-limit behavior rather than a tracker, port, VPN, or speed issue.

Simplified diagram showing download, upload, and total active torrent limits filling queue slots.

2. How qBittorrent Queue Limits Work

qBittorrent does not simply start the next torrent whenever one visible download appears to stop. It uses active-torrent limits to decide how many torrents may be running at once.

2.1 Maximum Active Downloads

Maximum active downloads controls how many torrents are allowed to download at the same time. If this is set to 1, qBittorrent normally allows only one active downloading torrent before the next download waits in the queue.

This setting can look correct while the queue still refuses to move, because it is not the only limit involved.

2.2 Maximum Active Uploads

Maximum active uploads controls how many torrents are allowed to seed or upload at the same time. A completed torrent can still be active if it is uploading to peers. That means a finished torrent is not necessarily inactive.

If many completed torrents are seeding, they may occupy upload or active-torrent slots and prevent the queue from advancing the way you expect.

2.3 Maximum Active Torrents

Maximum active torrents is the total cap. It includes active downloads and active uploads. This overall limit can override the separate download limit.

For example, if Maximum active downloads is set to 2 but Maximum active torrents is also set to 2, two seeding torrents may fill the total active-torrent limit. The result is that no new download starts, even though the active-download limit appears to allow it.

A torrent with no obvious speed in the main list may still count as active if qBittorrent considers it started, connecting, stalled, uploading slightly, checking, or waiting within the active state. That is why queue problems often look confusing at first.

3. Check Whether Torrent Queueing Is Enabled

Open qBittorrent settings and find the queueing options. Depending on your version, they may be under a BitTorrent, Downloads, or similar section. In the WebUI, the layout may differ from the desktop application, but the same concepts apply.

If Torrent Queueing is disabled, qBittorrent may try to run everything rather than advance torrents in a controlled order. That can be fine for a small queue, but it is not helpful if you want predictable one-after-another behavior.

If Torrent Queueing is enabled, inspect all three queue limits. Do not check only the download limit. The total active-torrent limit is often the hidden reason the next queued download does not start.

4. Increase The Active Torrent Limits

Temporarily raise the limits to test whether the queue is being blocked by an overly strict configuration. You do not need to choose a permanent ideal setting yet. The goal is to confirm whether qBittorrent starts the next torrent when more active slots are available.

A simple test configuration might be:

  • Maximum active downloads: 2
  • Maximum active uploads: 2
  • Maximum active torrents: 4

This is only an example. The important point is that Maximum active torrents must be high enough to include both downloading torrents and seeding torrents. If you allow two downloads and two uploads, a total active limit of two is too low for that behavior.

After changing the limits, apply the settings and watch the next queued torrent for a minute. If it starts, your previous limits were too restrictive or were being filled by torrents you did not realize were still active.

5. Check Whether Completed Torrents Are Still Seeding

A completed torrent is not automatically inactive. In BitTorrent clients, completed torrents often continue seeding, which means they upload data to other peers. qBittorrent may count those torrents against active upload limits or the overall active-torrent limit.

To test whether completed torrents are blocking the queue, temporarily pause a few finished seeding torrents. Then resume the next queued download. If the next torrent starts immediately, the queue was being occupied by seeds.

This does not mean seeding is bad. It means your queue settings need to account for it. If you want finished torrents to stop automatically after a certain point, look for ratio-limit and seeding-time-limit options. These settings can stop torrents after they reach a chosen upload ratio or after they have seeded for a set amount of time.

Use these limits carefully. Very low seeding limits may stop torrents sooner than you intended. The practical fix is to balance your active uploads, active downloads, and total active torrents so completed torrents do not quietly consume every slot.

6. Enable Do Not Count Slow Torrents In These Limits

If a torrent is stalled or moving extremely slowly, qBittorrent may still treat it as active. That can block the next item in the queue, especially when your active-download limit is low.

The setting usually called Do not count slow torrents in these limits tells qBittorrent not to count torrents as active when they fall below defined slow-torrent thresholds. This can help the queue advance when one torrent is technically started but not actually transferring useful data.

6.1 Check The Slow Torrent Thresholds

qBittorrent also has related settings for what counts as slow. These may include a download-rate threshold, an upload-rate threshold, and an inactivity timer. The exact labels can vary by version.

If the thresholds are unrealistic, torrents may be classified incorrectly. For example, a very high download threshold might mark normal low-speed torrents as slow too aggressively. A very low threshold might fail to exclude torrents that are effectively doing nothing.

For troubleshooting, use the default values or modest thresholds first. The goal is not to micromanage every torrent. The goal is to stop a dead-slow active torrent from freezing the rest of the queue.

7. Look For Force Resume Or Force Start

qBittorrent has a forced start or force resume behavior in many versions. The exact label may differ, but the effect is the same: the torrent bypasses normal queue ordering.

A forced torrent may keep running even while ordinary queued torrents remain waiting. If several torrents are forced, the normal queue can appear broken because those forced torrents are no longer obeying the same limits or priority order.

Right-click active torrents and look for whether they are in a forced state. Return them to normal Resume mode rather than force mode. Do not use force resume as a routine way to fix queue order. It is useful for exceptions, but it can hide the real queueing problem.

8. Check The Torrent State And Error Icons

Before assuming the queue itself is broken, look closely at the status of the torrent occupying the slot and the torrent waiting next.

  • Queued or Queued Download: The torrent is waiting for an available slot.
  • Stalled: The torrent is active but not transferring data successfully at the moment.
  • Paused: The torrent has been manually stopped and will not advance until resumed.
  • Checking: qBittorrent is verifying existing data before it can continue.
  • Error: qBittorrent has detected a problem that may require user action.
  • Missing Files: The expected data is not where qBittorrent expects it to be.

A torrent that is checking files, reporting an I/O error, or waiting for missing files can make the queue appear stuck. Select the torrent and inspect the General and Trackers panels. Look for messages about file access, missing paths, tracker failures, or other state details.

If the torrent has an error, fix that error before treating it as a queue-order problem.

9. Manually Move The Next Torrent To The Top

Use qBittorrent’s queue priority controls to move the next torrent higher in the list. Depending on your version, you may have toolbar buttons, right-click options, or WebUI controls for moving a torrent up, down, to the top, or to the bottom.

This is different from using force resume. Changing queue priority keeps the torrent within the normal queue system. Force resume bypasses the normal queue system.

After moving the desired torrent to the top, choose Resume. If the torrent starts only after you move it, the queue order was not what you thought it was. If it still does not start, an active limit, forced torrent, slow-torrent classification, or torrent state is likely still blocking it.

10. Pause And Resume The Blocking Torrent

Find the torrent currently occupying the active slot. Pause it temporarily. Then resume the next queued torrent.

If the next torrent starts right away, the problem is probably one of these:

  • The active-download limit is too low.
  • The overall active-torrent limit is filled.
  • A stalled torrent is still being counted as active.
  • A completed seeding torrent is using a slot.
  • A forced torrent is bypassing the normal order.

This is one of the fastest tests because it proves whether qBittorrent can start the next item when a slot is actually freed.

11. Restart qBittorrent

If the settings look correct but the queue state does not refresh, restart qBittorrent fully. On desktop systems, closing the window may only minimize the app to the tray. Use the application’s quit or exit option so the process fully stops, then open it again.

After restarting, give qBittorrent a short time to recalculate torrent states, reconnect to peers, and update the queue.

If you use qBittorrent-nox, restart the qBittorrent-nox service using your system’s normal service-management method. The exact command depends on your operating system and installation method, so use the method appropriate for your setup.

12. Test With A Clean Queue Configuration

If you still cannot identify the blocker, test with a clean temporary configuration. Either disable Torrent Queueing briefly or set higher active limits. Then check whether the next torrent begins.

If the torrent starts with queueing disabled or with much higher limits, qBittorrent is not failing to download. Your queue rules were preventing it from starting.

Restore sensible limits afterward. Leaving queueing disabled permanently can overload slower disks, network shares, low-end devices, or connections with limited upload bandwidth. Too many simultaneous torrents can also make the whole client feel slower and less predictable.

13. Diagnostic Table

SymptomLikely causeWhat to change
Finished torrents are still uploadingCompleted torrents are seeding and occupying upload or active-torrent slotsPause finished torrents temporarily, raise active limits, or use ratio and seeding-time limits
A stalled torrent blocks the queueqBittorrent still counts the stalled torrent as activeEnable slow-torrent exclusion and review slow-torrent thresholds
The next torrent only starts after pausing anotherAn active slot was fullIncrease Maximum active downloads or Maximum active torrents
Forced torrents ignore the normal orderForce Resume or Force Start is bypassing queue rulesReturn forced torrents to normal Resume mode
Active-download limit looks correct, but nothing advancesMaximum active torrents is too low or filled by seeding torrentsRaise the total active-torrent limit enough to include downloads and uploads
The queue order changes, but the torrent still does not startThe torrent may be paused, checking, errored, missing files, or unable to connectInspect the torrent state, General panel, Trackers panel, and error icons
Three simplified computer setups with different torrent queue capacities for desktop, slow storage, and server use.

14. Recommended Queue Settings

There is no perfect queue setting for everyone. The best values depend on disk speed, upload bandwidth, how many torrents you seed, and whether qBittorrent is running on a desktop, NAS, server, or network share.

14.1 Normal Desktop Connection

For a typical desktop or laptop connection, start conservatively:

  • Maximum active downloads: 2 or 3
  • Maximum active uploads: 2 or 3
  • Maximum active torrents: 4 to 6

This gives qBittorrent room to download more than one torrent while still allowing completed torrents to seed without occupying the entire queue.

14.2 Slower Hard Drive Or Network Share

If downloads are stored on an older hard drive, USB drive, NAS, or network share, use lower limits:

  • Maximum active downloads: 1 or 2
  • Maximum active uploads: 1 or 2
  • Maximum active torrents: 2 to 4

Slow storage can become the bottleneck before your internet connection does. Higher limits may cause checking delays, disk overload, or inconsistent queue behavior.

14.3 Seedbox Or Fast Server

On a fast server or seedbox with strong storage and bandwidth, you can test higher values:

  • Maximum active downloads: 4 to 8
  • Maximum active uploads: 8 to 20
  • Maximum active torrents: 12 to 30

Do not choose the highest numbers just because the server is fast. Watch disk I/O, memory usage, upload saturation, and client responsiveness. A smaller stable queue is usually better than a large queue that constantly stalls.

15. When The Queue Is Working, But The Torrent Still Cannot Start

Sometimes qBittorrent does advance the torrent out of the queue, but the torrent still cannot establish a working download. That is a different problem from queue order.

Common causes include:

Those issues can prevent data transfer after the torrent has already been allowed to run. They do not usually explain why qBittorrent refuses to release a queue slot in the first place.

16. FAQs

16.1 Why Does qBittorrent Count A Stalled Torrent As Active?

A stalled torrent may still be considered started. It might be connected, trying to connect, waiting for peers, or sitting below the visible transfer-rate threshold. Unless slow-torrent exclusion applies, qBittorrent can continue counting it against active limits.

16.2 Why Does A Completed Torrent Block The Next Download?

A completed torrent can keep seeding. If it is uploading or allowed to upload, it may occupy an active upload slot or the overall active-torrent limit. Raise the total limit, pause some completed torrents, or use ratio and seeding-time limits if you want finished torrents to stop automatically.

16.3 What Is The Difference Between Resume And Force Resume?

Resume starts a torrent while keeping it under normal queue rules. Force Resume or Force Start bypasses normal queue ordering in many qBittorrent versions. Use normal resume for ordinary queue behavior.

16.4 Should I Enable Do Not Count Slow Torrents In These Limits?

Yes, if stalled or extremely slow torrents are blocking the next queued item. Use default or modest slow-torrent thresholds first. Aggressive thresholds can classify normal torrents as slow, while thresholds that are too loose may not solve the blockage.

16.5 Why Does Maximum Active Torrents Override Maximum Active Downloads?

Because Maximum active torrents is the total cap for running torrents. If the total cap is already filled by uploads, seeds, or other active torrents, qBittorrent cannot start another download even when the download-specific limit appears to allow it.

16.6 Will Disabling Torrent Queueing Fix The Problem?

It can prove that the queue rules are the problem, but it is not always a good permanent fix. Disabling queueing may cause qBittorrent to run too many torrents at once, which can overload slower disks, network shares, or limited connections.

17. Summary

If qBittorrent is not moving to the next torrent, focus on the queue rules before changing unrelated network settings. The most likely fix is to correct the active-torrent limits, stop completed torrents from occupying all available slots, and prevent stalled torrents from counting against the queue when appropriate.


Cindy, ContentBASE creator assistant

MEET CINDY

Your ContentBASE creator assistant

Cindy helps creators find Canva templates, content ideas, and simple ways to make better social media posts faster.

Want ready-to-use templates? Claim the free Canva bundles or browse the full bundle store.