StepUpLaw/executor-fees-by-state
Executor, Trustee and Probate Attorney Fees by State, 50 States and DC (2026) This Hugging Face copy holds states.csv, states.json and schema.json. The per-state row files, the saved text of every statute and the build tools are in the GitHub repository. A state-by-state answer to the question families ask when someone agrees to settle a parent's estate, which is how much the executor gets paid. For each of the 50 states and the District of Columbia, the dataset records how the… See the full description on the dataset page: https://huggingface.co/datasets/StepUpLaw/executor-fees-by-state.
Executor, Trustee and Probate Attorney Fees by State, 50 States and DC (2026)
This Hugging Face copy holds states.csv, states.json and schema.json. The per-state row files, the saved text of every statute and the build tools are in the GitHub repository.
A state-by-state answer to the question families ask when someone agrees to settle a parent's estate, which is how much the executor gets paid. For each of the 50 states and the District of Columbia, the dataset records how the personal representative (the executor) is paid, how the estate's attorney is paid, and how a trustee is paid. Each cell is tied to the statute or court rule text it rests on, and a saved text copy of that source is in data/sources/.
Compiled by Kevin D. Klagge, Esq., a Florida estate planning and probate attorney (Klagge Law, PLLC). Every row was last verified on September 23, 2026.
- Canonical page with the tables, a fee estimator and the citation: <https://stepuplaw.com/data/executor-fees-by-state/>
- Source repository: <https://github.com/stepuplaw/executor-fees-by-state>
What the data shows
Most states leave the executor's fee to the court. Twenty seven jurisdictions pay the personal representative "reasonable compensation" with no number in the statute. Twenty three states put a number in statute, and the kind of number matters as much as the rate.
Seven states set the estate attorney's fee by schedule (Arkansas, California, Iowa as a cap, Missouri as a minimum, Nevada as an optional method, Wyoming, and Florida as a presumed schedule). Forty three states leave the trustee's fee to reasonable compensation, and four set a statutory fee for some trustees (Georgia, Hawaii, New Jersey and New York).
The base each percentage applies to differs sharply. Florida adds the income earned during administration. Arkansas, Kentucky and South Carolina count personal property only. Nevada and Wisconsin net out mortgages. Georgia, Alabama, Texas and New York count cash received and paid out. Ohio, Oregon and West Virginia add 1% on some property outside the schedule. Read pr_fee_base before using any number.
FINDINGS.md has the full counts, worked examples on $500,000, $1,000,000 and $3,000,000, the conflicts with the popular executor fee tables, and the ten findings most likely to surprise a reader.
Files
Rebuild and validate the data with
python3 tools/build.py # rebuild states.csv, states.json and the descriptors python3 tools/build.py --check # validate only
How to read a schedule
Schedules are marginal, like tax brackets. Each rate applies only to the slice of value inside its band. Florida's schedule is [[0,1000000,0.03],[1000000,5000000,0.025],[5000000,10000000,0.02],[10000000,null,0.015]], so on a $3,000,000 compensable value the presumed commission is 3% of the first $1,000,000 ($30,000) plus 2.5% of the next $2,000,000 ($50,000), for $80,000.
Before you compute, check three things in the row.
- The base (
pr_fee_base), because "estate" means something different in almost every schedule state. - The kind of schedule (
pr_fee_rule). A maximum is not an entitlement, a minimum is not a cap, and a presumed schedule can be raised or lowered by the court. - The will and co-executors (
waiver_note,multiple_prs_note). The will often controls, and in Florida and New York two co-executors can each take a full commission.
Fees are gross amounts before any extraordinary-services allowance and before income tax to the recipient.
Columns
Confidence is high for 26 rows (official site, official data endpoint or official PDF), medium for 24 (a FindLaw or public.law mirror, because the official site blocked scripts or refused connections) and low for New Hampshire, whose court rule and trust statute could not be read anywhere.
Citation
Klagge, Kevin D. Executor, Trustee and Probate Attorney Fees by State, 50 States and DC (2026). StepUpLaw, 2026. https://stepuplaw.com/data/executor-fees-by-state/
CITATION.cff holds the same citation in machine-readable form. Corrections are welcome at office@stepuplaw.com.
License and disclaimer
Released under CC BY 4.0. This is reference data, not legal advice. Statutes change, courts read them differently, and a will usually controls. Read the cited source and ask a lawyer licensed in the state before relying on any cell.
