Dla Rates 2024 Calculator

DLA Rates 2024 Calculator .dla-calculator-wrapper { max-width: 600px; margin: 20px auto; padding: 25px; background-color: #f9fbfd; border: 1px solid #e1e4e8; border-radius: 8px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .dla-calculator-wrapper h2 { text-align: center; color: #2c3e50; margin-bottom: 20px; } .dla-input-group { margin-bottom: 20px; } .dla-input-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #34495e; } .dla-input-group select { width: 100%; padding: 12px; border: 1px solid #cbd5e0; border-radius: 6px; font-size: 16px; background-color: #ffffff; } .dla-btn { width: 100%; padding: 14px; background-color: #0073aa; color: white; border: none; border-radius: 6px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background-color 0.2s; } .dla-btn:hover { background-color: #005177; } #dla-result { margin-top: 25px; padding: 20px; background-color: #ffffff; border-left: 5px solid #0073aa; border-radius: 4px; display: none; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .dla-result-row { display: flex; justify-content: space-between; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .dla-result-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .dla-result-label { color: #555; } .dla-result-value { font-weight: bold; color: #2c3e50; font-size: 1.1em; } .dla-total { font-size: 1.3em; color: #27ae60; } .calc-note { font-size: 0.85em; color: #7f8c8d; margin-top: 15px; text-align: center; } .dla-content-section { max-width: 800px; margin: 40px auto; font-family: inherit; line-height: 1.6; color: #333; } .dla-content-section h2 { color: #2c3e50; margin-top: 30px; border-bottom: 2px solid #eee; padding-bottom: 10px; } .dla-content-section h3 { color: #34495e; margin-top: 20px; } .dla-table { width: 100%; border-collapse: collapse; margin: 20px 0; } .dla-table th, .dla-table td { border: 1px solid #ddd; padding: 12px; text-align: left; } .dla-table th { background-color: #f2f2f2; font-weight: bold; }

DLA Rates 2024 Calculator (UK)

None (£0.00) Lowest Rate (£28.70) Middle Rate (£72.65) Highest Rate (£108.55)
None (£0.00) Lower Rate (£28.70) Higher Rate (£75.75)
Care Component: £0.00
Mobility Component: £0.00
Weekly Total: £0.00
Every 4 Weeks: £0.00
Annual Estimate (52 weeks): £0.00

Based on 2024/2025 rates effective April 2024.

function calculateDLA() { // Get element values var careSelect = document.getElementById("careComponent"); var mobilitySelect = document.getElementById("mobilityComponent"); // Parse values to floats var careRate = parseFloat(careSelect.value); var mobilityRate = parseFloat(mobilitySelect.value); // Validate inputs if (isNaN(careRate)) careRate = 0; if (isNaN(mobilityRate)) mobilityRate = 0; // Calculate totals var weeklyTotal = careRate + mobilityRate; var fourWeeklyTotal = weeklyTotal * 4; var annualTotal = weeklyTotal * 52; // Format Currency Function function formatGBP(amount) { return "£" + amount.toFixed(2); } // Update DOM document.getElementById("resCare").innerHTML = formatGBP(careRate); document.getElementById("resMobility").innerHTML = formatGBP(mobilityRate); document.getElementById("resWeekly").innerHTML = formatGBP(weeklyTotal); document.getElementById("resFourWeekly").innerHTML = formatGBP(fourWeeklyTotal); document.getElementById("resAnnual").innerHTML = formatGBP(annualTotal); // Show result div document.getElementById("dla-result").style.display = "block"; }

Understanding DLA Rates for 2024/2025

Disability Living Allowance (DLA) is a tax-free benefit for children under 16 (and certain adults born before 8 April 1948) living in the UK who have extra care needs or mobility difficulties due to a disability. In April 2024, the Department for Work and Pensions (DWP) increased benefit rates by 6.7% in line with inflation figures.

This DLA Rates 2024 Calculator helps you estimate your weekly, 4-weekly, and annual entitlement based on the updated rates effective from April 2024 to April 2025.

The Care Component Breakdown

The rate of the Care component you receive depends on the level of supervision or help required:

Level Weekly Rate (2024/25) Criteria Summary
Lowest £28.70 Help for some of the day or with preparing a cooked meal (adults only).
Middle £72.65 Frequent help or constant supervision during the day, or supervision at night.
Highest £108.55 Help or supervision throughout both day and night, or terminal illness.

The Mobility Component Breakdown

The Mobility component is assessed based on the difficulty the claimant has with walking or getting around:

Level Weekly Rate (2024/25) Criteria Summary
Lower £28.70 Guidance or supervision required outdoors.
Higher £75.75 Severe walking difficulty, blind and deaf, or severe mental impairment.

How DLA Payments are Calculated

DLA is usually paid every 4 weeks. To calculate your 4-weekly payment, simply take the weekly rate of your eligible components, sum them, and multiply by 4.

For example, if a child qualifies for the Highest Care (£108.55) and Higher Mobility (£75.75):

  • Weekly Total: £108.55 + £75.75 = £184.30
  • 4-Weekly Payment: £184.30 × 4 = £737.20

Important Notes for 2024

If you are an adult aged 16 to state pension age, you typically apply for Personal Independence Payment (PIP) instead of DLA. However, existing DLA claimants born before 8 April 1948 may continue to receive DLA. For children turning 16, you will usually be invited to apply for PIP.

Disclaimer: This calculator is for informational purposes only. Official eligibility and award amounts are determined by the DWP.

Leave a Comment