Driven speed N2 = N1 × D1 / D2, solve any unknown, plus belt speed and drive ratio, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Diameter and speed share any consistent units. Use mm for diameter to read belt speed in mm/min, inches for in/min.
What this tool does
Free belt pulley speed calculator for sizing a V-belt or flat-belt drive between a motor and a load. A belt links a driver pulley (diameter D1 turning at speed N1) to a driven pulley (diameter D2 turning at N2). With no slip the belt moves at the same linear speed over both pulleys, so N1 × D1 = N2 × D2 and the driven speed is N2 = N1 × D1 / D2. Enter any three of the four quantities and the tool back-solves the fourth, so you can find a driven RPM, a needed motor speed, or the exact pulley diameter to hit a target speed. It also reports the drive ratio D2 / D1 (greater than one means speed reduction, less than one means overdrive) and the belt linear speed v = π × D × N, the number that decides whether a belt is running within its rated limit. Diameter and speed share any consistent units, so millimetres give belt speed in mm per minute and inches give in per minute. Everything runs in your browser with one-click copy and a shareable URL that reproduces the exact drive. 100% client-side, no upload.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Operations
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Belt Pulley Speed Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Gear Ratio Calculator Gear & transmission ratio plus bicycle gear inches, development and speed from cadence — exact, browser-only Open
Real-world use cases
Spec a fan or blower to hit its rated RPM
An axial fan needs 850 RPM but your motor only comes in 1750 RPM. Set the driven speed as a known, pick the driven diameter as the unknown, and the tool tells you which pulley pair lands the fan on its nameplate speed. Punch in the motor pulley you have on the shelf and read back the exact driven diameter to order, instead of guessing and ending up with a fan that moves too much or too little air.
Slow a drill press or lathe spindle for a tougher material
Cutting stainless wants a slower spindle than cutting aluminium. With a fixed motor speed, step the driven pulley up in diameter and watch the spindle RPM drop in real time. Compare two or three pulley sizes side by side, copy the one that matches your feeds-and-speeds chart, and you have the belt position settled before you touch a wrench.
Check a belt is inside its rated linear speed
A belt rated for, say, 25 m per second will overheat and stretch above that. Enter your driver pulley diameter and motor RPM and read the belt linear speed straight off. If it reads past the rating, drop to a smaller driver pulley or a slower motor before the belt cooks itself, rather than discovering the problem from the smell of hot rubber.
Reverse-engineer an unlabelled drive on old machinery
You inherit a machine with two pulleys and no documentation. Measure both diameters and the motor RPM, solve for the driven speed, and you know what the output shaft actually turns at before powering it up. Share the URL with a colleague and the whole drive reopens exactly as you measured it, no re-keying of numbers.
Common pitfalls
Swapping driver and driven. The driver is the pulley the motor turns, the driven is on the load. Putting the motor speed on the load shaft flips the ratio and reports a reduction as an overdrive. Label the motor side as D1/N1 every time.
Mixing diameter units between the two pulleys. The formula only needs both diameters in the same unit, but feeding D1 in millimetres and D2 in inches multiplies the ratio by about 25.4 and ruins the result. Keep both pulleys in one unit, millimetres or inches, not a blend.
Reading pitch diameter versus outside diameter inconsistently. V-belt pulleys are rated on pitch diameter, slightly smaller than the rim you can measure. Using outside diameter on one pulley and pitch on the other introduces a few percent error, enough to miss a target RPM on a tight spindle job.
Privacy
Every calculation here, the N2 = N1 × D1 / D2 solve, the drive ratio and the belt linear speed, is plain JavaScript running in your browser tab. No diameter, speed or drive layout ever leaves the page, and nothing you type is logged. The one caveat: the shareable URL encodes your four values in the query string, so a share link pasted into chat records those numbers in the recipient server's access log. For a confidential machine spec, use the copy button and paste the text rather than sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.
- Annulus Area Calculator Area between two concentric circles — A = π(R² − r²), ring width, inner and outer circumference, solve backwards from area — browser-only
- awk + sed Cheatsheet awk + sed cheat sheet — 80+ one-liners for text processing, with real examples and common pitfalls.
- AWS CLI Cheatsheet AWS CLI cheat sheet — 80+ commands for EC2 / S3 / IAM / Lambda / RDS / EKS / CloudFormation with real examples.