Notary Fee Calculator

For mobile notaries & loan signing agents — wrap travel, print, scan-backs & rush around the regulated stamp fee

The job

Travel

Travel fee = the greater of the flat minimum or round-trip miles × rate, so short trips aren't underpriced. Mileage defaults to the IRS 2026 business rate (72.5¢/mi). Travel is unregulated in most states.

Add-ons

Print = pages × copies × rate (set rate to 0 if title pre-pays printing). Scan-backs are standard on HELOC/VA/refi/reverse. Witnesses common in FL, GA, etc.

Timing & wait

The premium applies only to the labor portion (base fee, or per-act fees in GNW) — never above the state per-act cap. Wait time bills by the hour, rounded up.

Suggested total
$0.00
Loan signing

State legal per-act cap

Notary Fee Calculator — guide & how to use

What it does

Most notaries and signing agents quote the wrong number. The state-mandated per-notarial-act fee is tiny — $5–$15 in most states — but that's the only legally capped piece. The real money is the bundled service: a flat loan-signing fee, travel and mileage, printing (often two copies), scan-backs, notary-supplied witnesses, wait time, and rush or after-hours premiums. This calculator builds the full quote from those parts, clearly separating the regulated per-act fee from your unregulated service and travel charges (which states like California legally require you to disclose separately), and checks your per-act fee against the state maximum so you never bill an illegal stamp fee. Everything runs privately in your browser, free.

How to use it

  1. Pick your job type: Loan signing (one flat package fee — how most signings are quoted) or General notary work (billed per stamped act).
  2. Select your state — this sets the per-act maximum the tool enforces.
  3. Enter the number of notarial acts and the per-act fee you charge (defaults to the state max so you start legal). For a loan signing, enter the base/service fee.
  4. Add travel (round-trip miles, mileage rate, and a flat trip minimum), then any print, scan-back, witness and wait-time add-ons.
  5. Set urgency and the premium % for rush or after-hours work, then read the suggested total, the regulated-vs-unregulated split, and the state-cap badge.

Worked example

A typical refi loan signing in California: $125 base fee, 6 notarial acts, 20 miles round trip at $0.725/mi with a $30 flat minimum, 150 pages printed in 2 copies at $0.12/page, scan-backs on at $25, no witnesses, standard timing:

  1. Labor base = the flat $125 signing fee (the 6 acts are already bundled in — we do not re-add per-act fees).
  2. Travel = max($30 flat, 20 × $0.725 = $14.50) = $30.00.
  3. Print = 150 × 2 × $0.12 = $36.00. Scan-back = $25.00. Witnesses = $0.
  4. No premium (standard) and no wait time.
  5. Total = 125 + 30 + 36 + 25 = $216.00.

Charging just the regulated stamp fee (6 × $15 = $90) would have left roughly $126 on the table — that's the unregulated service and travel money this tool recovers. In California you'd disclose the $90 notarial portion and the $30 travel fee as separate lines.

The formula

effective_per_act = min(per_act_charged, state_max)   ← clamp; warn if over
notarial_fees     = effective_per_act × acts          (TX: first act + $1/extra)
labor_base        = loan_base   (Loan signing)  OR  notarial_fees   (GNW)
travel_fee        = max(flat_trip_min, round_trip_miles × mileage_rate)
print_fee         = pages × copies × print_rate
scan_fee          = scan_back_fee if scan-backs on, else 0
witness_fee       = witnesses × fee_per_witness
wait_fee          = ceil(wait_min ÷ 60) × wait_rate
premium_amount    = labor_base × (premium% / 100)     ← labor only
total = labor_base + premium_amount + travel + print + scan + witness + wait

Accuracy & disclaimers

Common mistakes this tool prevents

How to embed this tool on your website

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- height starts at 1480px; raise it if the tool looks clipped on your page -->
<iframe src="https://snaptoolsuite.com/notary-fee-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1480px;border:0;"
  title="Notary Fee Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/notary-fee-calculator/">Notary Fee Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Frequently asked questions

How much should a mobile notary or loan signing agent charge?

The state-mandated per-notarial-act fee is tiny ($5–$15) and is the only legally capped number. The real money is the bundled service: a flat loan-signing fee (commonly $75–$125 entry, $125–$175 typical metro, $175–$250 premium), plus travel/mileage, printing, scan-backs, witnesses, wait time and rush or after-hours premiums. This tool builds the full quote and separates the regulated per-act fee from your unregulated charges.

What is the maximum a notary can charge per signature?

It varies by state — e.g. CA $15, FL $10, TX $10 for the first act plus $1 per additional signature on the same instrument. The tool clamps your per-act fee to the stored cap and shows a red warning if you exceed it. Always verify the current cap with your Secretary of State; legislatures update fees periodically.

Are travel fees and mileage regulated?

In most states travel, service, print, scan, witness, wait and rush fees are NOT capped — you set them by market. A few states restrict travel fees, so verify locally. California requires the notarial fee and travel fee to be disclosed separately, which the tool's split supports. The IRS rate (72.5¢/mi for 2026) is a baseline, not a mandate.

Should I add per-act fees on top of a flat loan-signing fee?

Usually no — the flat base already bundles the notarial acts, so adding per-act fees double-counts. Loan signing mode uses the flat base as labor and does not re-add per-act fees. Use GNW mode when you genuinely bill per stamp.

How do I charge for travel, printing, scan-backs and wait time?

Travel is the greater of a flat minimum or round-trip miles × rate. Printing is pages × copies × rate (borrower + title copies roughly doubles pages). Scan-backs are a flat add-on (commonly $25–$50). Witnesses are per witness. Wait time bills by the hour, rounded up. The tool itemizes each on its own line.

How do rush and after-hours premiums work?

A rush, same-day, weekend or holiday job commands a premium — typically 25% rush or 50% after-hours. The tool applies it ONLY to the labor portion, never inflating the regulated per-act fee above the cap; in GNW any over-cap uplift becomes a separate after-hours service-fee line.

Is it really free?

Yes. 100% free and fully private — all math runs in your browser. It's a pricing estimate, not legal or tax advice.

Related tools

Put this calculator on your site

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- height starts at 1480px; raise it if the tool looks clipped on your page -->
<iframe src="https://snaptoolsuite.com/notary-fee-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1480px;border:0;"
  title="Notary Fee Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/notary-fee-calculator/">Notary Fee Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Everything is calculated in your browser — nothing is sent to Snap. Share links encode your inputs in the URL, so only share them with people you trust.