va loan network white logo

same day approval

Real Expertise – No Call Centers – No Runaround

Live VA program change log · machine-readable

VA Program Change Tracker

Central log of major VA home loan policy, servicing, and limit changes that impact borrowers, lenders, servicers, and agents. Every entry cites an official circular, handbook section, or FHFA release and adds plain‑language impact notes.

Last manual review: Dec 18, 2026 (unchanged for 2026)
Scope: VA circulars · VA Lender’s Handbook · VA.gov · FHFA loan-limit releases
Program changes tracked
Major updates (last 12 months)
Most recent published change

Program change log

Sorted with the most recent changes first. Use filters above to zero in on entitlement, fees, servicing, or other specific topics.

Published · Effective Limits & Entitlement Severity: Major

FHFA announces 2026 conforming loan limits used in VA partial-entitlement math

Impacts: Borrowers, Lenders

Baseline one-unit conforming loan limit increases to $832,750, with higher caps in designated high-cost counties. VA uses these values when calculating how much borrowers with partial entitlement can borrow with little or no down payment.

This change affects Veterans who still have an active VA loan or who had a prior VA loss. Their maximum zero-down loan in a new county depends on the local one-unit conforming limit and how much basic entitlement remains charged to existing loans.

limitsentitlementpolicy2026
Published · Effective Limits & Entitlement Severity: Moderate

FHFA increases 2026 conforming loan limits, raising VA partial-entitlement room

Impacts: Borrowers, Lenders

Baseline conforming loan limit rises for one-unit homes, with higher limits in designated high-cost counties. For many Veterans with partial entitlement, this increases their maximum zero-down purchase price.

Borrowers who keep an existing VA-financed home or who experienced a prior VA loss gain more zero-down capacity when buying again. The county one-unit conforming limit is a key input when lenders calculate remaining entitlement and required down payment.

limitsentitlementpolicy2026
Published · Effective Fees & Closing Costs Severity: Major

VA issues temporary local variance allowing Veterans to pay buyer-broker charges

Impacts: Borrowers, Lenders, Real estate agents

Circular 26-24-14 authorizes a temporary local variance so Veterans may pay reasonable and customary buyer-broker charges on VA-guaranteed purchases, subject to VA limits and investor requirements.

The guidance responds to changing real estate commission practices. It clarifies that Veteran-paid buyer-broker charges can be permitted without treating them as prohibited fees when they are reasonable, customary, and otherwise compliant with VA and investor rules.

policyfeesbuyer-broker2026
Published · Effective Servicing & Default Severity: Major

VA announces targeted foreclosure moratorium and VA Servicing Purchase program

Impacts: Servicers, Borrowers

Circular 26-24-12 directs a targeted moratorium on certain foreclosures while VA implements the VA Servicing Purchase program, aimed at helping struggling borrowers avoid foreclosure and secure affordable payments.

The circular describes which VA-guaranteed loans fall under the moratorium, how servicers should handle pending foreclosures, and how the new VA Servicing Purchase loss-mitigation option is intended to stabilize Veteran homeowners and reduce avoidable foreclosures.

servicingdefaultloss-mitigation2026
Published · Effective Eligibility & Entitlement Severity: Major

Blue Water Navy changes remove VA county loan limits for borrowers with full entitlement

Impacts: Borrowers, Lenders

After Blue Water Navy-related changes, VA no longer applies county loan limits to borrowers with full entitlement. Loan limits mainly affect borrowers with partial entitlement.

VA explains that Veterans with full entitlement can obtain loans of any size they qualify for, subject to lender approval and standard underwriting. County loan limits remain relevant when entitlement is already partially used or charged to a prior VA loss.

eligibilityentitlementpolicy2020

How to use this tracker

This page is meant to sit alongside the rest of the VA Loan Network data hub as the “what changed and when” layer. Use it to keep your guides, pricing tools, underwriting overlays, and training content current.

  • Scan recent changes before updating internal overlays, disclosures, or training decks.
  • Link each entry to the relevant dataset page (funding fee, limits, MPRs, IRRRL, etc.) when your internal docs need examples.
  • Have loan officers and agents bookmark this page for a vetted, human‑readable explanation of breaking changes.
  • Add trend monitoring to your existing VA watch automation by consuming the embedded JSON (Download JSON) instead of scraping circular PDFs.
  • Export the CSV log and join it with your lock/pricing data to see which policy shifts actually moved pull‑through or fallout.
  • Methodology / update policy: How this tracker is maintained

Frequently Asked Questions

Short, direct answers you can use in underwriting overlays, training material, or client explanations.

What counts as a “program change” on this page?
We log changes that affect eligibility, entitlement, loan limits, fees, servicing, or appraisal/property rules and that are backed by an official VA or FHFA source.
Does this replace reading the actual VA circular or handbook section?
No. Every entry links to the governing circular, handbook chapter, or FHFA release. This page gives you a fast summary and impact notes, not legal advice.
How often is the tracker updated?
We review new VA circulars, handbook revisions, and FHFA loan-limit announcements continuously and update the tracker when a change materially affects real borrowers or lenders.
Can I rely on this page for compliance decisions?
Use it as a vetted starting point and index. For binding compliance decisions, always read the source document and follow your company’s legal and risk guidance.
Why are FHFA conforming-loan-limit changes included?
VA uses conforming loan limits when calculating how much Veterans with partial entitlement can borrow with little or no down payment, so FHFA changes ripple into VA scenarios.
What is the Blue Water Navy impact on VA loan limits?
Since 2020, a borrower with full entitlement is not capped by county loan limits. Limits mainly matter when entitlement is already charged to an active VA loan or prior loss.
Why is buyer-broker compensation on this tracker?
VA’s temporary variance on Veteran-paid buyer-broker charges directly affects fee structure, disclosures, and seller-concession math, so it belongs in a program-change log.
How does the foreclosure moratorium affect active pipelines?
The targeted moratorium directs servicers to pause many foreclosures while VA rolls out the VA Servicing Purchase option, affecting workout timelines and loss-mitigation strategies.
Can I feed this tracker into my own alerting system?
Yes. Your automation can parse the embedded JSON or exported CSV to detect new entries by published date and push Slack, email, or in‑app alerts.
Where do I find the raw circulars and handbook chapters?
Links in each row point to specific circulars or releases. You can also start from VA’s circular index, handbook index, and FHFA loan-limit pages listed below.

Sources

Primary references for the program changes currently logged on this page.

© 2026 VA Loan Network · Last verified Dec 18, 2026 (unchanged for 2026)
'; return; } var html = filtered.map(function(ev){ var sevRaw = String(ev.severity || 'Minor'); var sevLower = sevRaw.toLowerCase(); var sevClass = (sevLower === 'major' || sevLower === 'moderate' || sevLower === 'minor') ? sevLower : 'minor'; var imp = Array.isArray(ev.impact) ? ev.impact : []; var tags = Array.isArray(ev.tags) ? ev.tags : []; var area = ev.area || ''; var pubISO = isISODate(ev.published) ? ev.published : ''; var effISO = isISODate(ev.effective) ? ev.effective : ''; var pubText = pubISO ? formatDate(pubISO) : '—'; var effText = effISO ? formatDate(effISO) : ''; var title = escapeHTML(ev.title || ''); var summary = ev.summary ? escapeHTML(ev.summary) : ''; var details = ev.details ? escapeHTML(ev.details) : ''; var impText = escapeHTML(imp.join(', ') || '—'); var refUrl = sanitizeUrl(ev.refUrl || ''); var refLabel = escapeHTML(ev.refLabel || ev.refUrl || ''); return [ '
', '', '
', '', 'Published ' + (pubISO ? '' : escapeHTML(pubText)) + (effISO ? ' · Effective ' : ''), '', (area ? '' + escapeHTML(area) + '' : ''), 'Severity: ' + escapeHTML(sevRaw) + '', '
', '
', '

' + title + '

', 'Impacts: ' + impText + '', '
', (summary ? '

' + summary + '

' : ''), (details ? '

' + details + '

' : ''), (tags.length ? '
' + tags.map(function(t){ return '' + escapeHTML(t) + ''; }).join('') + '
' : ''), (refUrl ? '' : ''), '
' ].join(''); }).join(''); listEl.innerHTML = html; } function setActiveCat(cat){ activeCat = cat; chipEls.forEach(function(btn){ var val = btn.getAttribute('data-cat') || 'all'; btn.setAttribute('aria-pressed', (val === activeCat) ? 'true' : 'false'); }); } chipEls.forEach(function(btn){ btn.addEventListener('click', function(){ var cat = this.getAttribute('data-cat') || 'all'; setActiveCat(cat); render(); }); }); if (searchEl) searchEl.addEventListener('input', function(){ render(); }); if (impactSel) impactSel.addEventListener('change', function(){ render(); }); if (sevSel) sevSel.addEventListener('change', function(){ render(); }); if (resetBtn){ resetBtn.addEventListener('click', function(){ setActiveCat('all'); if (searchEl) searchEl.value = ''; if (impactSel) impactSel.value = 'any'; if (sevSel) sevSel.value = 'any'; render(); }); } function downloadBlob(filename, content, mime){ var blob = new Blob([content], { type: mime }); var url = URL.createObjectURL(blob); var a = document.createElement('a'); a.href = url; a.download = filename; document.body.appendChild(a); a.click(); document.body.removeChild(a); URL.revokeObjectURL(url); } if (csvBtn){ csvBtn.addEventListener('click', function(){ var rowsData = isFiltersActive() ? getFilteredSorted() : events.slice(); if (!rowsData.length) return; var header = [ 'id','published','effective','area','category','impact','severity', 'title','summary','details','tags','refUrl','refLabel' ]; var rows = [header.join(',')]; function esc(val){ if (val === undefined || val === null) return ''; var s = String(val); if (s.indexOf('"') !== -1 || s.indexOf(',') !== -1 || s.indexOf('n') !== -1 || s.indexOf('r') !== -1){ s = '"' + s.replace(/"/g,'""') + '"'; } return s; } rowsData.forEach(function(ev){ rows.push([ esc(ev.id || ''), esc(ev.published || ''), esc(ev.effective || ''), esc(ev.area || ''), esc(ev.category || ''), esc((Array.isArray(ev.impact) ? ev.impact : []).join(';')), esc(ev.severity || ''), esc(ev.title || ''), esc(ev.summary || ''), esc(ev.details || ''), esc((Array.isArray(ev.tags) ? ev.tags : []).join(';')), esc(ev.refUrl || ''), esc(ev.refLabel || '') ].join(',')); }); downloadBlob('va-program-change-tracker.csv', rows.join('rn'), 'text/csv;charset=utf-8;'); }); } if (jsonBtn){ jsonBtn.addEventListener('click', function(){ var payload = isFiltersActive() ? getFilteredSorted() : events.slice(); if (!payload.length) return; downloadBlob('va-program-change-tracker.json', JSON.stringify(payload, null, 2), 'application/json;charset=utf-8;'); }); } computeStats(); render(); } function initAll(){ var roots = document.querySelectorAll('.vlnTracker[data-vln-tracker="1"]'); for (var i = 0; i
Author headshot
Created by:
Validated by: , Senior Loan Officer NMLS#1001095
Last updated

Pin It on Pinterest