Frequency in MHz to dipole, quarter-wave and full-wave length, with velocity factor, in metres or feet, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Enter a frequency in MHz and read the resonant length for a half-wave dipole, a quarter-wave vertical and a full-wave loop. A velocity factor of 0.95 accounts for the end effect that makes real wire resonate a little short. Everything runs in your browser.
The velocity factor shortens the ideal length. 0.95 suits thin bare wire; insulated wire runs nearer 0.90 to 0.93.
- Full wavelength λ
- 21.112 m
- Half-wave dipole (tip to tip)
- 10.028 m
- Each dipole leg
- 5.014 m
- Quarter-wave (vertical / monopole)
- 5.014 m
- Full-wave (loop)
- 20.057 m
All math runs in your browser. The frequency you type is never uploaded.
What this tool does
Free antenna length calculator for ham radio, CB, scanner and antenna tinkering. Type a frequency in MHz and read four resonant lengths at once: the full wavelength lambda = c divided by frequency, the half-wave dipole (the classic 143 divided by f rule of thumb), the quarter-wave vertical or monopole, and a full-wave loop. A velocity factor of 0.95 bakes in the end effect that makes real wire resonate a few percent short of the textbook ideal, and you can drop it toward 0.90 to 0.93 for insulated wire. Read every length in metres or feet, see how much each dipole leg should be, and copy the whole set with one click. Higher frequencies give shorter antennas, so 2 metre VHF needs centimetres of wire while an 80 metre band dipole spans tens of metres. Everything runs in your browser, and a shareable URL reopens the exact frequency and velocity factor you used. 100 percent client-side, nothing is uploaded.
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 · Developer
- 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 Antenna Length 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 Frequency Wavelength Calculator Convert frequency to wavelength and back with λ = v/f, pick the wave speed, read the EM spectrum band, copy in one click, browser-only Open
- 2 LC Resonance Frequency Calculator f = 1 / (2π·√(L·C)) — frequency from L and C, or solve back for the capacitor or inductor — angular frequency, one-click copy, browser-only Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Cut an HF dipole for a ham band
You want a 40 metre band dipole centred on 7.1 MHz. Type 7.1 and the half-wave length comes out near 20 metres tip to tip, about 10 metres per leg. Cut each leg a touch long, hang the antenna at its real height, then trim a few centimetres at a time for lowest SWR. The calculator lands you within a few percent so the analyser only has to fine tune.
Size a quarter-wave vertical with radials
Building a ground-mounted vertical for 14.2 MHz? The quarter-wave element reads about 5 metres, and you read the same number this tool gives for one dipole leg, since a quarter wave is exactly half the dipole. Cut your radials around the same length and you have the missing half of the antenna in place.
Check a 2 metre or 70 cm whip before you buy
A VHF handheld at 146 MHz wants a quarter-wave around 49 centimetres, and a 70 cm UHF whip at 435 MHz drops to about 16 centimetres. Punch in the frequency before ordering a replacement antenna so you know the stock rubber duck length is in the right ballpark rather than a random stub.
Plan a full-wave loop for the low bands
Contesters chase quiet receive on 80 metres with a full-wave loop. Set the frequency to 3.6 MHz, switch the result to the full-wave row, and you get the total wire length, roughly 79 metres, before you decide whether the loop even fits the property and how to support the corners.
Common pitfalls
Forgetting the velocity factor and cutting to the ideal half wavelength. Free space says half a wavelength of a 14.2 MHz signal is about 10.55 metres, but a real wire dipole resonates near 10.0 metres because of the end effect. Cut to the textbook number and the antenna resonates low, forcing you to chop a lot of wire back off.
Mixing up the half-wave dipole length with one leg. The 143 divided by f number is the total tip-to-tip span. Each of the two legs is half of that. People cut two legs each at the full length and end up with a dipole twice as long as intended, resonant an octave too low.
Entering kilohertz or hertz instead of megahertz. The formulas expect MHz, so 14.2 means 14.2 MHz. Type 14200 thinking in kHz and you get a millimetre-scale antenna, an obvious tell that the unit is wrong. Always convert to MHz first.
Privacy
Every length here, the wavelength, the half-wave dipole, the quarter wave and the full-wave loop, is plain JavaScript that runs in your browser tab. The frequency and velocity factor you type never leave the page and nothing is logged. The one caveat: the shareable URL encodes the frequency and velocity factor in the query string, so a share link pasted into chat records those values in the recipient server access log. Those are not sensitive for an antenna, but it is worth knowing where the numbers go.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Add Line Numbers Number every line of pasted text — set start, step and separator, zero-pad to align, skip blanks, or strip numbers back off — browser-only
- AES Text Encryptor Encrypt & decrypt text with a password — AES-256-GCM + PBKDF2 via WebCrypto — 100% in your browser, nothing uploaded
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- AI Eval Planner Generate eval cases, pass criteria, and edge cases from an AI feature, risks, and user path.