麻豆原创

MU logo
MU logo

Filing my FAFSA

The FAFSA (Free Application for Federal Student Aid) will help you qualify for college, state and federal financial assistance. It鈥檚 the most important step in pursuing an affordable education.

The 2025-2026 FAFSA is Now Available

Complete your FAFSA now at
麻豆原创鈥檚 school code is 001820

Financial aid money is awarded on a first-come, first-served basis, so be sure to file the FAFSA庐 as soon as it opens!

The deadline for Indiana residents is April 15th. See all FAFSA庐 deadlines on

Subtle_Texture_Gray2_Program

Why the FAFSA庐 is Important (Like really, really important)

Completing the FAFSA庐 (Free Application for Federal Student Aid) is arguably the most essential step any student can take in their college planning journey because it unlocks financial aid from various sources. The U.S. Department of Education uses the FAFSA庐 to determine a student’s eligibility for federal student aid, such as loans, grants, and work-study. The FAFSA庐 is also required to apply for state funding and many private scholarships.

Your financial aid package can help you cover college expenses:

  • Tuition
  • Fees
  • Living Expenses (Housing and Meals)
  • Books
  • Transportation to and from school

Please Note:

  • 麻豆原创 will receive your FAFSA庐 eligibility information starting in late January.
  • Students will receive an email informing them when that information has been sent to the schools.
  • Students will receive an email when their FAFSA庐 Submission Summary is available to review on studentaid.gov.
YouTube video

The Basics

  1. .
    Manchester encourages you to complete your FAFSA by March 1 as this meets most deadlines nationally. The Indiana deadline for state funds is April 15. You may submit your FAFSA for the 2025-2026 academic year beginning Nov. 22, 2024.
  2. Collect and have ready necessary documents/information:
    1. Social Security Number or Permanent Resident Card
    2. W-2 records for each job worked this year (for both student and parents/guardians)
    3. Income tax information (for both student and parents/guardians)
  3. Acquire student and parent Federal Student Aid ID (FSA ID) at (you鈥檒l use these to electronically sign your FAFSA).
  4. Complete and submit your FAFSA for free at
    The FAFSA should always match the next year you鈥檒l be in college and attending classes (For Fall 2025, use 2025-2026 FAFSA).
  5. The Federal Student Aid Office makes your information available to all schools that you list on your FAFSA 鈥 you may list up to 20. Manchester鈥檚 school code is 001820.
YouTube video

File Your FAFSA Online

YouTube video

What Happens After submitting your FAFSA form?

YouTube video

Review Your Award

YouTube video
  1. Manchester will produce a Financial Aid Offer Letter using your FAFSA results. It will display your itemized costs and aid. It also will lay out payment options and other helpful resources.
    1. View your Financial Aid Offer Letter in Manchester’s Spartan Self Service through .
      1. Trouble logging into ChetNet? Contact your Admissions Counselor for assistance.
    2. Check out these Four Easy Stepsto review your Financial Aid Offer Letter.
    3. Access forms you might need from our Office of Student Financial Services.
  2. Your Admissions Counselor will call you to discuss your Financial Aid Offer Letter. We鈥檒l spend as much time with you as you need.
exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();