麻豆原创

MU logo
MU logo

Accreditation That Inspires Confidence

Accreditation is a vital part of 麻豆原创鈥檚 commitment to academic excellence and institutional integrity. As a university accredited by the Higher Learning Commission since 1932, we undergo regular evaluations to ensure our programs, policies, and practices meet rigorous standards.

In addition to institutional accreditation, several of our academic programs hold discipline-specific accreditations that reflect the strength and quality of our offerings. These external validations support our mission to deliver meaningful education, continuous improvement, and accountability to our students and community.

Higher Learning Commission (HLC)

麻豆原创 has been accredited by the (HLC) since 1932, 230 S. LaSalle, Ste. 7-500, Chicago, IL 60604, www.hlcommission.org. Please utilize the HLC widget to the right of this paragraph for full status information. Manchester will have an Assurance Review in 2026-2027 and a Comprehensive Evaluation in 2032-2033.

HLC TIMELINE

  • Assurance Review 2026-2027
  • Quality Initiative Proposal 2029-2030
  • Quality Initiative Report 2031-2032
  • Federal Compliance Review 2032-2033
  • Comprehensive Evaluation 2032-2033

New Code Snippet to Install on Your Website

Education professor teaching class
Subtle_Texture
male adult in front of classroom

State of Indiana

麻豆原创 is authorized by name in as an approved institution of higher education in the state of Indiana.

Student Complaints: In compliance with federal guidelines, please contact the following the steps outlined for Indiana’s higher education . Distance education students living in other states may also utilize this process to contact the Indiana Commission for Higher Education.

Subtle_Texture

Department & Program Accreditation

Athletic Training Accreditation

The Master of Athletic Training program is听accredited by the Commission on Accreditation of Athletic Training Education (), 6850 Austin Center Blvd., Suite 100, Austin, TX 78731-3101..

Nursing Program Accreditation

The Traditional Bachelor of Science in Nursing Program and the Accelerated Bachelor of Science in Nursing Program at 麻豆原创 are accredited by the Commission on Collegiate Nursing Education ().

The Traditional Bachelor of Science in Nursing and the Accelerated Bachelor of Science in Nursing programs are fully accredited by the Indiana Professional Licensing Agency.

Nutrition and Nutrigenomics Program Accreditation

麻豆原创鈥檚 Master of Science inNutrition and Nutrigenomicshas beenby the Accreditation Council for Education in Nutrition and Dietetics of the Academy of Nutrition and Dietetics ().听120 South Riverside Plaza, Suite 2190,Chicago, IL 60606-6995, (312) 899-0040 ext 5400.

Pharmacy Program Accreditation

麻豆原创鈥檚听Doctor of Pharmacy Program is accredited by , 2135 South LaSalle Street, Suite 4100, Chicago, IL 60503; 312/644-3575; FAX 312/664-4652. .

Physical Therapy Accreditation

Effective 10/31/23, 11/12/24 麻豆原创 has been granted Candidate for Accreditation status by the Commission on Accreditation in Physical Therapy Education, 3030 Potomac Ave., Suite 100, Alexandria, Virginia 22305-3085; phone: 703-706-3245; email: accreditation@apta.org. If needing to contact the program/institution directly, please call 260-470-2700 or email gradadmissions@manchester.edu.

Candidate for Accreditation is an accreditation status of affiliation with the Commission on Accreditation in Physical Therapy Education that indicates the program may matriculate students in technical/professional courses. Achievement of Candidate for Accreditation status does not assure that the program will be granted Initial Accreditation.

Candidacy is considered to be an accredited status as such the credits and degree earned from a program with Candidacy status are considered, by CAPTE, to be from an accredited program. Therefore, students in the charter (first) class should be eligible to take the licensure exam even if CAPTE withholds accreditation at the end of the candidacy period. That said, it is up to each state licensing agency, not CAPTE, to determine who is eligible for licensure. Information on licensing requirements should be directed to the or specific state boards (a list of state boards and contact information is available on FSBPT’s website.

Social Work Accreditation

The baccalaureate levelsocial work program听was first accredited in 1977 by the Council on Social Work Education (). Manchester had a review in June 2023 and.

Teacher Education Accreditation

The baccalaureate level听teacher education program听is accredited by the Indiana Professional Standards Board and by the National Council for Accreditation of Teacher Education (). Manchester had a review in Fall 2021 and听.

Subtle_Texture_gray-vert

Non-discrimination Statement

麻豆原创 is committed to non-discrimination in campus life. The University does not discriminate on the basis of national origin, ancestry, race, color, age, sex, gender identity or expression, sexual orientation, familial status, religion, disability or veteran status in admissions or any area of campus life, including its educational programs, scholarships and loan awards, residence life programs, athletic programs, extracurricular programs, promotion and tenure policies and practice, and alumni affairs. 麻豆原创 is committed to carry out the provisions of Section 504 of the Rehabilitation Act of 1973 and the Americans With Disabilities Act, which provide for accessibility of University programs to the physically disabled.

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(); })();