Skip to content

Accreditation

The College of Westchester is Accredited by:

The Middle States Commission on Higher Education, 1007 North Orange Street 4th Floor, MB #166, Wilmington, DE 19801 www.msche.org. The Middle States Commission on Higher Education is an institutional accrediting agency recognized by the U.S. Secretary of Education and the Council for Higher Education Accreditation. The College of Westchester is currently undergoing a review by the Middle States Commission on Higher Education (MSCHE) as part of its accreditation process. Interested parties may submit comments regarding the institution’s compliance with MSCHE standards directly to the Commission. Information on submitting third-party comments is available on the MSCHE website:  https://msche.tfaforms.net/4722661

Middle States logo

Is a Rewarding Career in Business, IT or Health Professions Right For You? Get More Info…

If you’re interested in learning more about careers in Business, IT or Health Professions and exploring if The College of Westchester is right for you, fill out the form on this page to receive more information.

For immediate questions, call 914-831-0200.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });