所得税計算機 アメリカ合衆国
給料の所得税を見積もって 家に持って帰る給料を見てみろ
結果はタイプすると更新されます。
⚠️ US federal income tax only (2026, single). Excludes state tax, FICA, and credits.
この計算機の情報
アメリカ合衆国 income tax with a tax-free allowance of $16,100 and a top marginal rate of 37%. The figures are a アメリカ合衆国 guide only and exclude the other taxes, levies and credits listed in the note below.
you have a 60,000 salary, you pay nothing on the first 12,000, 20% on the next 38,000 (7,600) and 40% on the final 10,000 (4,000). That is an effective rate of about 19%. If you have a 60,000 salary, you pay nothing on the first 12,000, 20% on the next 38,000 (7,600) and 40% on the final 10,000 (4,000). That is an effective rate of about 11,600.Use this calculator to estimate your take-home pay when weighing a job offer or a raise, to see how much pre-tax deductions such as pension contributions lower your bill, and to understand the gap between your headline salary and what actually lands in your account.Use this calculator to estimate your take-home pay, effective tax rate and marginal rate.
よくある質問
実効率と限界率の違いは何か。
あなたの辺境税率は、あなたが得た次のドルに課せられる税金である。 あなたの効果的な税率は、全所得を全税額で割ったものである。
これは私の税金の請求書ですか。
いえ、これは主な所得税帯域と標準的な給付を用いた簡単な推定値です。クレジット、社会保険/国民保険、地方/州税、特別な救済を除外しています。指針としてのみ使用してください。
税前控除はどうやって税金を減らすの?
年金や退職金のような税前の控除は、税金が計算される前に所得から引き落とされます。それゆえ、税金の額は小さいものになります。これを高度なオプションで入力してください。60,000の所得と5,000の控除は、55,000の所得と同じ税金になります。
多く稼いだら 少ないものを残すか?
いや、高い所得帯に入る所得の部分だけが、その高い税率で課税される。新しい帯に押し込まれる昇給は、あなたの家賃を上げる。ただ、昇給の全額ではない。
家賃は?
家庭用の(純)給与は、ここに示されている所得税を減らした収入です。実際の給与証明書には、社会保険や国民保険、また、この簡単な推定では含まれない地方税も含まれていることに注意してください。
なぜ私の実効率は 税率より低いの?
税率帯または辺境税率は、所得の上位部分に適用される税率であるが、以前の所得は低税率または全く課税されなかった。 所得全体の税率を平均すると、実効税率が得られる。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/income-tax/
curl
curl "https://calculator.free/api/v1/income-tax/?income=60000"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/income-tax/?" + new URLSearchParams({
"income": "60000"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。