Skip to content
D DocNectar

Free Queueing Theory (M/M/1) Calculator

Compute M/M/1 queue metrics — utilization, average number in system/queue, and average wait times — from arrival and service rates.

100% Free No Signup Works on all devices

Built and fact-checked by the DocNectar team — see our editorial standards

Thanks for rating!

Key Features

Instant Calculation

Get accurate results in real time with our optimized algorithm.

Mobile Friendly

Fully responsive design. Works on all devices & screen sizes.

Privacy Focused

Your data stays on your device. We don't store any inputs.

100% Free

No hidden costs. This tool is completely free forever.

The M/M/1 queue is the simplest and most widely taught standard queueing model in operations research: "M" (Markovian/memoryless) arrivals following a Poisson process, "M" (Markovian) exponentially distributed service times, and "1" single server handling everyone one at a time, first-come-first-served. Despite its simplicity, it captures the essential, often counterintuitive behavior of any waiting line — most notably that average wait times don't increase gradually as a system gets busier, they blow up dramatically as utilization approaches 100%. M/M/1 queueing math underlies capacity planning across a huge range of systems: call centers use it to decide how many agents are needed to keep hold times reasonable, network engineers use it to model packet queuing delay at a router or server, hospitals and clinics use queueing models to plan staffing against patient arrival patterns, and web and database server capacity planning uses the same math to predict request latency as traffic grows.

How it works

Enter the arrival rate λ (customers or requests arriving per unit time) and the service rate μ (customers or requests the single server can complete per unit time, assuming it's never idle). The calculator first computes the utilization ρ = λ/μ, the fraction of time the server is busy — this requires ρ to be less than 1 for the queue to be stable; otherwise arrivals pile up faster than they can ever be served, and the queue grows without bound. From ρ, it derives the average number of customers in the whole system, L = ρ/(1−ρ), and in the queue alone (excluding whoever is currently being served), Lq = ρ²/(1−ρ). Using Little's Law (L = λW), it then finds the average time in the system, W = L/λ, and the average time spent just waiting in line, Wq = Lq/λ (equivalently, W − 1/μ).

  1. Enter arrival rate (λ, customers per unit time).
  2. Enter service rate (μ, customers per unit time).
  3. Click Calculate to see your results.

Examples

λ = 4, μ = 5

ρ = 4/5 = 0.8. L = 0.8/(1−0.8) = 4 customers on average in the system. W = L/λ = 4/4 = 1 time unit on average in the system. Lq = 0.8²/0.2 = 3.2, and Wq = 3.2/4 = 0.8 time units on average just waiting.

λ = 3, μ = 4

ρ = 3/4 = 0.75. L = 0.75/0.25 = 3 customers on average in the system. W = 3/3 = 1 time unit. Lq = 0.75²/0.25 = 2.25, and Wq = 2.25/3 = 0.75 time units waiting — leaving W − Wq = 0.25, exactly 1/μ, the average service time itself.

λ = 2, μ = 10 (a lightly loaded system)

ρ = 2/10 = 0.2. L = 0.2/0.8 = 0.25 customers on average — very short. W = 0.25/2 = 0.125 time units. Lq = 0.2²/0.8 = 0.05, and Wq = 0.05/2 = 0.025 — a system with plenty of spare capacity barely queues at all.

Common mistakes to avoid

  • Entering λ and μ in different time units (e.g., λ per hour but μ per minute), which invalidates every downstream metric — both rates must share the same time unit.
  • Assuming a utilization of 90% means "the queue is 90% as bad as being overwhelmed" — because L = ρ/(1−ρ) is nonlinear, wait times at 90% utilization are already many times worse than at 50%, not just moderately worse.
  • Forgetting that this model assumes a single server — applying its formulas directly to a multi-server system like a call center with several agents gives incorrect results.
  • Confusing L (average number in the whole system) with Lq (average number only in the queue, excluding whoever is currently being served) when reporting results.

Frequently asked questions

The queue becomes unstable and grows without bound over time, since arrivals pile up faster than the single server can process them — the calculator flags this as an invalid, unstable configuration rather than returning a meaningless (or negative) result.
Because L = ρ/(1−ρ) has (1−ρ) in the denominator, the average number in the system (and therefore wait time) grows toward infinity as ρ approaches 1 — a system running at 95% utilization has a dramatically longer queue than one running at 80%, even though the difference in raw utilization looks small.
L and W include the customer currently being served, while Lq and Wq count only those waiting in line, not yet being helped. The relationship is simply L = Lq + ρ (the person being served counts as ρ on average) and W = Wq + 1/μ (the extra 1/μ being the average service time itself).
It means the arrival and service processes are memoryless — the probability of an arrival or service completion in the next instant doesn't depend on how long you've already been waiting, a mathematical property of the exponential distribution that both processes are assumed to follow.
No — this specific tool models only a single server (the "1" in M/M/1). Multi-server systems follow a related but more complex model called M/M/c (where c is the number of servers), which has different formulas for L, Lq, W, and Wq.
These distributions are mathematically convenient (memoryless) and, in practice, approximate many real-world random arrival and service processes reasonably well — enough that the M/M/1 model remains a standard first approximation even when the real distributions aren't exactly exponential.

Get new calculators and guides in your inbox

No spam — just new tools like Queueing Theory Calculator and practical guides.

Favorites