
Key Factors
- The Reimbursement Help Plan (RAP) launched July 1, 2026 and is now considered one of solely two compensation choices for brand new federal scholar mortgage debtors.
- Month-to-month funds scale with adjusted gross earnings, from a $10 minimal as much as 10% of AGI, minus $50 per dependent.
- RAP waives unpaid curiosity every month and matches as much as $50 of principal, so on-time funds at all times shrink your steadiness. Forgiveness comes after 360 funds (30 years).
Our RAP calculator estimates your month-to-month fee below the Reimbursement Help Plan, the income-based plan created by final 12 months’s scholar mortgage overhaul. Enter your adjusted gross earnings and dependents and you will have a quantity in seconds.
RAP replaces the previous income-driven compensation plans (IBR, PAYE, and ICR) for anybody who borrowed on or after July 1, 2026. Present debtors can enroll now.
The formulation makes use of discretionary earnings to calculate your fee, whereas RAP ties your fee on to adjusted gross earnings (AGI) utilizing earnings tiers.
The one different possibility for brand new debtors is the brand new tiered Commonplace Reimbursement Plan. If you wish to evaluate a set fee towards RAP, run each numbers via our important scholar mortgage calculator too.
Would you want to save lots of this?
Reimbursement Help Plan (RAP) Calculator
Right here is the RAP calculator:
Pupil Mortgage RAP Calculator
perform calculateRAPPayment() {
const agi = parseFloat(doc.getElementById('rap-agi').worth);
const dependents = parseInt(doc.getElementById('rap-dependents').worth) || 0;
if (isNaN(agi) || agi < 0) {
alert('Please enter a sound AGI quantity');
return;
}
if (isNaN(dependents) || dependents < 0) {
alert('Please enter a sound variety of dependents');
return;
}
let basePercentage;
if (agi <= 10000) {
basePercentage = 120; // Flat price of $120 yearly
} else if (agi <= 20000) {
basePercentage = 0.01;
} else if (agi <= 30000) {
basePercentage = 0.02;
} else if (agi <= 40000) {
basePercentage = 0.03;
} else if (agi <= 50000) {
basePercentage = 0.04;
} else if (agi <= 60000) {
basePercentage = 0.05;
} else if (agi <= 70000) {
basePercentage = 0.06;
} else if (agi <= 80000) {
basePercentage = 0.07;
} else if (agi <= 90000) {
basePercentage = 0.08;
} else if (agi <= 100000) {
basePercentage = 0.09;
} else {
basePercentage = 0.10;
}
let monthlyPayment;
if (agi <= 10000) {
monthlyPayment = 120 / 12;
} else {
monthlyPayment = (agi * basePercentage) / 12;
}
monthlyPayment -= (dependents * 50);
monthlyPayment = Math.max(10, monthlyPayment);
const resultDiv = doc.getElementById('rap-result');
const paymentDiv = doc.getElementById('rap-monthly-payment');
resultDiv.fashion.show = 'block';
paymentDiv.textContent = '$' + monthlyPayment.toFixed(2);
}
How The RAP System Works
RAP funds are primarily based on annual earnings brackets (primarily based on adjusted gross earnings or AGI):
- AGI ≤ $10,000: Flat fee of $120/12 months ($10/month)
- $10,001–$20,000: 1%
- $20,001–$30,000: 2%
- $30,001–$40,000: 3%
- $40,001–$50,000: 4%
- $50,001–$60,000: 5%
- $60,001–$70,000: 6%
- $70,001–$80,000: 7%
- $80,001–$90,000: 8%
- $90,001–$100,000: 9%
- AGI > $100,000: 10% of AGI
To find out a borrower’s month-to-month fee, the bottom fee is split by 12 and adjusted by subtracting $50 for every dependent claimed on the debtors’ tax return.
If the calculation finally ends up lower than $10 per 30 days, the borrower would pay a minimal of $10/month.
Married Debtors: Your AGI can be primarily based in your tax submitting standing. For those who file collectively, it is your mixed AGI. For those who each have loans, it is pro-rated to every of your mortgage balances.
For those who file individually, in case you’re MFS AGI. For dependents and MFS, the dependent have to be claimed in your tax return. Bear in mind that the brand new invoice imposes a LOT of different penalties on MFS. Please run this via a tax skilled earlier than altering your tax submitting standing.
Examples:
- A borrower with an AGI of $25,000 and two youngsters would pay $10/month.
- A borrower with an AGI of $60,000 and no dependents would pay $250/month.
- A borrower with an AGI of $120,000 and one little one one pay $950/month.
Evaluating RAP To Present IDR Plans
Not like RAP, current income-driven compensation (IDR) plans resembling IBR, PAYE, and ICR depend on a borrower’s discretionary earnings, which is calculated utilizing federal poverty tips. For instance, PAYE requires 10% of discretionary earnings over 150% of the poverty stage. This technique can produce decrease month-to-month funds for low-income debtors, however the calculations may be complicated.
RAP simplifies this course of with earnings tiers and computerized curiosity forgiveness for some debtors. Whereas it imposes an extended most compensation time period (30 years), it eliminates the chance of unfavourable amortization by canceling unpaid curiosity every month.
IBR and PAYE provide forgiveness after 20 or 25 years, relying on the borrower’s mortgage sort and after they entered compensation. RAP standardizes forgiveness at 360 month-to-month funds, or 30 years, however gives a constant construction throughout earnings ranges.
From a month-to-month fee perspective, utilizing the above examples, a borrower on IBR right now would pay (new IBR):
- A borrower with an AGI of $25,000 and two youngsters would pay $0/month on IBR.
- A borrower with an AGI of $60,000 and no dependents would pay $312/month on IBR.
- A borrower with an AGI of $120,00 with one little one would pay $745/month on IBR.
As you’ll be able to see, RAP would profit the decrease earnings debtors, however can be extra expensive for the upper earnings borrower. That is why there are winners and losers on this proposal.
See the full RAP vs. Amended IBR breakdown.
How To Enroll In RAP
One of the best ways to enroll in RAP is to use on-line at StudentAid.gov. The Division of Training says the applying takes about 10 minutes, and you may authorize the IRS to share your tax information so your earnings is pulled robotically. In case your earnings has dropped since your final return, you’ll be able to submit various documentation as a substitute.
Your servicer processes the change. We’re at present seeing debtors processed in as shortly as two days, with the common taking 2 to three weeks. Some debtors are nonetheless ready.
If you wish to file a paper utility, the RAP possibility continues to be not accessible as of September 2026.
What SAVE Debtors Want To Know
SAVE ended and debtors nonetheless within the SAVE forbearance are being moved out in teams, with every borrower getting a 90-day clock as soon as their servicer notifies them. Roughly 7 million debtors had been nonetheless in SAVE as of June, in accordance with Below Secretary of Training Nicholas Kent. If you have not picked a plan, here is the exit-plan timeline.
Time already spent in IBR, ICR, or PAYE counts towards RAP’s 360-payment clock. The reverse is not true: in case you go to RAP and later change again to IBR, your RAP months do not rely towards IBR forgiveness. They do not need individuals benefiting from a decrease RAP fee, then leaping again for a shorter IBR forgiveness timeline.
Often Requested Questions
Does RAP rely for Public Service Mortgage Forgiveness?
Sure. RAP is a qualifying plan for PSLF, so 120 on-time funds whereas working for a qualifying employer will get you tax-free forgiveness lengthy earlier than the 30-year mark.
Can I take advantage of RAP for Dad or mum PLUS loans?
No. Dad or mum PLUS loans, and Direct Consolidation Loans that embody a Dad or mum PLUS mortgage, aren’t eligible for RAP.
My partner and I each have loans. Can we pay double?
No. For those who file collectively, RAP calculates one fee in your mixed AGI and prorates it between your mortgage balances.
Can I change from RAP again to IBR?
Sure, in case you’re an current borrower who’s nonetheless eligible for IBR earlier than July 1, 2028. Your months on RAP will not rely towards IBR forgiveness.
Is the steadiness forgiven after 30 years taxable?
Below present legislation, forgiveness after 360 RAP funds could also be taxable earnings within the 12 months it is discharged. Use our Pupil Mortgage Tax Bomb Calculator to estimate the hit.
Do I’ve to recertify my earnings yearly?
Sure. Just like the previous IDR plans, RAP funds are recalculated yearly out of your tax information. Authorizing IRS information sharing while you apply retains that computerized.
Last Ideas
RAP is less complicated than what it changed, and the curiosity waiver plus principal match repair the balance-growth drawback that outlined the final decade of income-driven compensation. It is not the most cost effective possibility for everybody. Increased earners with legacy loans will typically do higher on IBR whereas it is nonetheless accessible, and anybody chasing PSLF simply wants the bottom qualifying fee.
Run your numbers above, then examine the 2 comparisons linked earlier. And if you have not arrange autopay, do it earlier than September 30.
Do not Miss These Different Tales:
Editor: Colin Graves
The publish Reimbursement Help Plan (RAP) Pupil Mortgage Calculator appeared first on The Faculty Investor.

