Las Vegas Paycheck Calculator
Use this calculator to estimate your net take-home pay in Las Vegas, Nevada, after federal taxes, FICA deductions, and any pre-tax or post-tax deductions. Remember, Nevada has no state income tax!
Annual Salary
Hourly Wage
Weekly (52 pay periods)
Bi-weekly (26 pay periods)
Semi-monthly (24 pay periods)
Monthly (12 pay periods)
Single
Married Filing Jointly
Head of Household
Your Estimated Las Vegas Paycheck:
Gross Pay (per pay period):
Total Pre-Tax Deductions:
Taxable Gross Pay:
Federal Income Tax:
Social Security Tax:
Medicare Tax:
Nevada State Income Tax:
Total Post-Tax Deductions:
Net Pay (per pay period):
Understanding Your Las Vegas Paycheck
For residents of Las Vegas and the wider state of Nevada, understanding your paycheck is relatively straightforward compared to many other states. The most significant advantage is the absence of a state income tax, which means more of your gross earnings stay in your pocket.
How the Las Vegas Paycheck Calculator Works
Our calculator helps you estimate your take-home pay by factoring in common deductions. Here’s a breakdown of what’s included:
- Gross Pay: This is your total earnings before any deductions. You can input your annual salary or your hourly wage and hours per week.
- Pay Frequency: Whether you get paid weekly, bi-weekly, semi-monthly, or monthly, this affects how your annual income is divided into individual paychecks.
- Federal Income Tax: This is a mandatory deduction for most employees. The amount withheld depends on your gross income, filing status (Single, Married Filing Jointly, Head of Household), and the number of dependents you claim. Our calculator uses simplified 2024 federal tax brackets and standard deductions to provide an estimate.
- FICA Taxes (Social Security & Medicare): These are federal taxes that fund Social Security and Medicare programs.
- Social Security: Currently, 6.2% of your gross earnings, up to an annual wage base limit ($168,600 for 2024).
- Medicare: Currently, 1.45% of all your gross earnings, with no wage base limit.
- Nevada State Income Tax: This is where Las Vegas residents benefit! Nevada is one of the few states that does not impose a state income tax on wages. Therefore, this deduction will always be zero in our calculator.
- Other Deductions:
- Pre-Tax Deductions: These are deductions taken from your gross pay *before* federal income tax is calculated, effectively reducing your taxable income. Common examples include contributions to a 401(k) or health insurance premiums.
- Post-Tax Deductions: These are deductions taken *after* all taxes have been calculated. Examples include Roth 401(k) contributions, union dues, or certain charitable contributions.
- Net Pay: This is your final take-home pay after all taxes and deductions have been subtracted from your gross pay.
Why is this important for Las Vegas residents?
Knowing your net pay helps you budget effectively, plan for savings, and understand the true value of your compensation package. While the lack of state income tax is a significant financial advantage, it’s still crucial to account for federal taxes and other deductions to avoid surprises.
Disclaimer:
This calculator provides an estimate based on the information provided and simplified tax rules for 2024. It does not account for all possible tax credits, itemized deductions, specific employer benefits, or local taxes (Las Vegas does not have a city income tax). For precise figures, please consult a tax professional or your employer’s payroll department.
.paycheck-calculator-las-vegas {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
max-width: 700px;
margin: 20px auto;
padding: 25px;
background-color: #f9f9f9;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
color: #333;
}
.paycheck-calculator-las-vegas h2 {
text-align: center;
color: #0056b3;
margin-bottom: 25px;
font-size: 2em;
}
.paycheck-calculator-las-vegas h3 {
color: #0056b3;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.5em;
}
.paycheck-calculator-las-vegas p {
line-height: 1.6;
margin-bottom: 10px;
}
.paycheck-calculator-las-vegas .calculator-form .form-group {
margin-bottom: 18px;
display: flex;
flex-direction: column;
}
.paycheck-calculator-las-vegas .calculator-form label {
margin-bottom: 8px;
font-weight: bold;
color: #555;
font-size: 0.95em;
}
.paycheck-calculator-las-vegas .calculator-form input[type=”number”],
.paycheck-calculator-las-vegas .calculator-form select {
padding: 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 1em;
width: 100%;
box-sizing: border-box;
background-color: #fff;
}
.paycheck-calculator-las-vegas .calculator-form input[type=”number”]:focus,
.paycheck-calculator-las-vegas .calculator-form select:focus {
border-color: #007bff;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}
.paycheck-calculator-las-vegas button {
display: block;
width: 100%;
padding: 14px 20px;
background-color: #28a745;
color: white;
border: none;
border-radius: 6px;
font-size: 1.1em;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
margin-top: 25px;
}
.paycheck-calculator-las-vegas button:hover {
background-color: #218838;
transform: translateY(-1px);
}
.paycheck-calculator-las-vegas .calculator-result {
margin-top: 30px;
padding: 20px;
background-color: #e9f7ef;
border: 1px solid #d4edda;
border-radius: 8px;
}
.paycheck-calculator-las-vegas .calculator-result h3 {
color: #155724;
text-align: center;
margin-bottom: 20px;
font-size: 1.6em;
}
.paycheck-calculator-las-vegas .calculator-result p {
font-size: 1.05em;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px dashed #c3e6cb;
}
.paycheck-calculator-las-vegas .calculator-result p:last-of-type {
border-bottom: none;
}
.paycheck-calculator-las-vegas .calculator-result p strong {
color: #155724;
}
.paycheck-calculator-las-vegas .calculator-result .net-pay {
font-size: 1.3em;
font-weight: bold;
color: #0056b3;
background-color: #d1ecf1;
padding: 12px 15px;
border-radius: 6px;
margin-top: 20px;
border: 1px solid #bee5eb;
}
.paycheck-calculator-las-vegas .calculator-result .net-pay span {
color: #0056b3;
}
.paycheck-calculator-las-vegas .calculator-article {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.paycheck-calculator-las-vegas .calculator-article h4 {
color: #0056b3;
margin-top: 25px;
margin-bottom: 10px;
font-size: 1.3em;
}
.paycheck-calculator-las-vegas .calculator-article ol,
.paycheck-calculator-las-vegas .calculator-article ul {
margin-left: 20px;
margin-bottom: 15px;
line-height: 1.6;
}
.paycheck-calculator-las-vegas .calculator-article li {
margin-bottom: 8px;
}
@media (max-width: 600px) {
.paycheck-calculator-las-vegas {
padding: 15px;
margin: 10px;
}
.paycheck-calculator-las-vegas h2 {
font-size: 1.8em;
}
.paycheck-calculator-las-vegas button {
font-size: 1em;
padding: 12px 15px;
}
.paycheck-calculator-las-vegas .calculator-result p {
flex-direction: column;
align-items: flex-start;
}
.paycheck-calculator-las-vegas .calculator-result p span {
margin-top: 5px;
text-align: right;
width: 100%;
}
}
function togglePayInputs() {
var grossPayType = document.getElementById(“grossPayType”).value;
var salaryInputs = document.getElementById(“salaryInputs”);
var hourlyInputs = document.getElementById(“hourlyInputs”);
if (grossPayType === “salary”) {
salaryInputs.style.display = “flex”;
hourlyInputs.style.display = “none”;
} else {
salaryInputs.style.display = “none”;
hourlyInputs.style.display = “flex”;
}
}
function calculatePaycheck() {
// Input values
var grossPayType = document.getElementById(“grossPayType”).value;
var annualSalary = parseFloat(document.getElementById(“annualSalary”).value);
var hourlyWage = parseFloat(document.getElementById(“hourlyWage”).value);
var hoursPerWeek = parseFloat(document.getElementById(“hoursPerWeek”).value);
var payFrequency = document.getElementById(“payFrequency”).value;
var federalFilingStatus = document.getElementById(“federalFilingStatus”).value;
var dependents = parseInt(document.getElementById(“dependents”).value);
var preTaxDeductions = parseFloat(document.getElementById(“preTaxDeductions”).value);
var postTaxDeductions = parseFloat(document.getElementById(“postTaxDeductions”).value);
// Validate inputs
if (isNaN(dependents) || dependents < 0) dependents = 0;
if (isNaN(preTaxDeductions) || preTaxDeductions < 0) preTaxDeductions = 0;
if (isNaN(postTaxDeductions) || postTaxDeductions < 0) postTaxDeductions = 0;
var annualGrossPay;
if (grossPayType === "salary") {
if (isNaN(annualSalary) || annualSalary < 0) {
alert("Please enter a valid annual salary.");
return;
}
annualGrossPay = annualSalary;
} else { // hourly
if (isNaN(hourlyWage) || hourlyWage < 0) {
alert("Please enter a valid hourly wage.");
return;
}
if (isNaN(hoursPerWeek) || hoursPerWeek 168) {
alert(“Please enter valid hours per week (0-168).”);
return;
}
annualGrossPay = hourlyWage * hoursPerWeek * 52;
}
var payPeriodsPerYear;
switch (payFrequency) {
case “weekly”:
payPeriodsPerYear = 52;
break;
case “biweekly”:
payPeriodsPerYear = 26;
break;
case “semimonthly”:
payPeriodsPerYear = 24;
break;
case “monthly”:
payPeriodsPerYear = 12;
break;
default:
payPeriodsPerYear = 26; // Default to bi-weekly
}
var grossPayPerPeriod = annualGrossPay / payPeriodsPerYear;
// Apply pre-tax deductions
var preTaxDeductionsPerPeriod = preTaxDeductions;
var annualPreTaxDeductions = preTaxDeductionsPerPeriod * payPeriodsPerYear;
var annualTaxableGross = annualGrossPay – annualPreTaxDeductions;
var taxableGrossPerPeriod = grossPayPerPeriod – preTaxDeductionsPerPeriod;
// — Federal Income Tax Calculation (Simplified 2024) —
var standardDeduction;
var dependentCreditValue = dependents * 2000; // Simplified dependent credit
switch (federalFilingStatus) {
case “single”:
standardDeduction = 14600;
break;
case “married”:
standardDeduction = 29200;
break;
case “hoh”:
standardDeduction = 21900;
break;
default:
standardDeduction = 14600; // Default to single
}
var adjustedGrossIncome = annualTaxableGross – standardDeduction – dependentCreditValue;
if (adjustedGrossIncome < 0) adjustedGrossIncome = 0;
var annualFederalTax = 0;
// Federal Tax Brackets (2024)
if (federalFilingStatus === "single") {
if (adjustedGrossIncome <= 11600) {
annualFederalTax = adjustedGrossIncome * 0.10;
} else if (adjustedGrossIncome <= 47150) {
annualFederalTax = 11600 * 0.10 + (adjustedGrossIncome – 11600) * 0.12;
} else if (adjustedGrossIncome <= 100525) {
annualFederalTax = 11600 * 0.10 + (47150 – 11600) * 0.12 + (adjustedGrossIncome – 47150) * 0.22;
} else if (adjustedGrossIncome <= 191950) {
annualFederalTax = 11600 * 0.10 + (47150 – 11600) * 0.12 + (100525 – 47150) * 0.22 + (adjustedGrossIncome – 100525) * 0.24;
} else if (adjustedGrossIncome <= 243725) {
annualFederalTax = 11600 * 0.10 + (47150 – 11600) * 0.12 + (100525 – 47150) * 0.22 + (191950 – 100525) * 0.24 + (adjustedGrossIncome – 191950) * 0.32;
} else if (adjustedGrossIncome <= 609350) {
annualFederalTax = 11600 * 0.10 + (47150 – 11600) * 0.12 + (100525 – 47150) * 0.22 + (191950 – 100525) * 0.24 + (243725 – 191950) * 0.32 + (adjustedGrossIncome – 243725) * 0.35;
} else {
annualFederalTax = 11600 * 0.10 + (47150 – 11600) * 0.12 + (100525 – 47150) * 0.22 + (191950 – 100525) * 0.24 + (243725 – 191950) * 0.32 + (609350 – 243725) * 0.35 + (adjustedGrossIncome – 609350) * 0.37;
}
} else if (federalFilingStatus === "married") {
if (adjustedGrossIncome <= 23200) {
annualFederalTax = adjustedGrossIncome * 0.10;
} else if (adjustedGrossIncome <= 94300) {
annualFederalTax = 23200 * 0.10 + (adjustedGrossIncome – 23200) * 0.12;
} else if (adjustedGrossIncome <= 201050) {
annualFederalTax = 23200 * 0.10 + (94300 – 23200) * 0.12 + (adjustedGrossIncome – 94300) * 0.22;
} else if (adjustedGrossIncome <= 383900) {
annualFederalTax = 23200 * 0.10 + (94300 – 23200) * 0.12 + (201050 – 94300) * 0.22 + (adjustedGrossIncome – 201050) * 0.24;
} else if (adjustedGrossIncome <= 487450) {
annualFederalTax = 23200 * 0.10 + (94300 – 23200) * 0.12 + (201050 – 94300) * 0.22 + (383900 – 201050) * 0.24 + (adjustedGrossIncome – 383900) * 0.32;
} else if (adjustedGrossIncome <= 731200) {
annualFederalTax = 23200 * 0.10 + (94300 – 23200) * 0.12 + (201050 – 94300) * 0.22 + (383900 – 201050) * 0.24 + (487450 – 383900) * 0.32 + (adjustedGrossIncome – 487450) * 0.35;
} else {
annualFederalTax = 23200 * 0.10 + (94300 – 23200) * 0.12 + (201050 – 94300) * 0.22 + (383900 – 201050) * 0.24 + (487450 – 383900) * 0.32 + (731200 – 487450) * 0.35 + (adjustedGrossIncome – 731200) * 0.37;
}
} else if (federalFilingStatus === "hoh") {
if (adjustedGrossIncome <= 16550) {
annualFederalTax = adjustedGrossIncome * 0.10;
} else if (adjustedGrossIncome <= 63100) {
annualFederalTax = 16550 * 0.10 + (adjustedGrossIncome – 16550) * 0.12;
} else if (adjustedGrossIncome <= 100500) {
annualFederalTax = 16550 * 0.10 + (63100 – 16550) * 0.12 + (adjustedGrossIncome – 63100) * 0.22;
} else if (adjustedGrossIncome <= 191950) {
annualFederalTax = 16550 * 0.10 + (63100 – 16550) * 0.12 + (100500 – 63100) * 0.22 + (adjustedGrossIncome – 100500) * 0.24;
} else if (adjustedGrossIncome <= 243700) {
annualFederalTax = 16550 * 0.10 + (63100 – 16550) * 0.12 + (100500 – 63100) * 0.22 + (191950 – 100500) * 0.24 + (adjustedGrossIncome – 191950) * 0.32;
} else if (adjustedGrossIncome <= 609350) {
annualFederalTax = 16550 * 0.10 + (63100 – 16550) * 0.12 + (100500 – 63100) * 0.22 + (191950 – 100500) * 0.24 + (243700 – 191950) * 0.32 + (adjustedGrossIncome – 243700) * 0.35;
} else {
annualFederalTax = 16550 * 0.10 + (63100 – 16550) * 0.12 + (100500 – 63100) * 0.22 + (191950 – 100500) * 0.24 + (243700 – 191950) * 0.32 + (609350 – 243700) * 0.35 + (adjustedGrossIncome – 609350) * 0.37;
}
}
var federalTaxPerPeriod = annualFederalTax / payPeriodsPerYear;
if (federalTaxPerPeriod < 0) federalTaxPerPeriod = 0;
// — FICA Taxes (Social Security & Medicare) —
var socialSecurityLimit = 168600; // 2024 limit
var socialSecurityRate = 0.062;
var medicareRate = 0.0145;
var annualSocialSecurityTaxable = Math.min(annualGrossPay, socialSecurityLimit);
var annualSocialSecurityTax = annualSocialSecurityTaxable * socialSecurityRate;
var socialSecurityPerPeriod = annualSocialSecurityTax / payPeriodsPerYear;
var annualMedicareTax = annualGrossPay * medicareRate;
var medicarePerPeriod = annualMedicareTax / payPeriodsPerYear;
// — Nevada State Income Tax —
var nevadaStateTaxPerPeriod = 0; // Nevada has no state income tax
// — Total Deductions —
var totalDeductionsPerPeriod = preTaxDeductionsPerPeriod + federalTaxPerPeriod + socialSecurityPerPeriod + medicarePerPeriod + nevadaStateTaxPerPeriod + postTaxDeductions;
// — Net Pay —
var netPayPerPeriod = grossPayPerPeriod – totalDeductionsPerPeriod;
// Display results
document.getElementById("resultGrossPay").innerText = "$" + grossPayPerPeriod.toFixed(2);
document.getElementById("resultPreTaxDeductions").innerText = "$" + preTaxDeductionsPerPeriod.toFixed(2);
document.getElementById("resultTaxableGross").innerText = "$" + taxableGrossPerPeriod.toFixed(2);
document.getElementById("resultFederalTax").innerText = "$" + federalTaxPerPeriod.toFixed(2);
document.getElementById("resultSocialSecurity").innerText = "$" + socialSecurityPerPeriod.toFixed(2);
document.getElementById("resultMedicare").innerText = "$" + medicarePerPeriod.toFixed(2);
document.getElementById("resultNevadaTax").innerText = "$" + nevadaStateTaxPerPeriod.toFixed(2);
document.getElementById("resultPostTaxDeductions").innerText = "$" + postTaxDeductions.toFixed(2);
document.getElementById("resultNetPay").innerText = "$" + netPayPerPeriod.toFixed(2);
}
// Initial calculation on page load
window.onload = function() {
togglePayInputs();
calculatePaycheck();
};