Skip to content

Military Student Admissions

CW Military and Veteran students wearing their uniforms.
Learn more today about the benefits you will receive as a Veteran attending The College of Westchester

Your Military Experience Matters—Let CW Help You Take the Next Step

Welcome Home to The College of Westchester

At The College of Westchester (CW) in White Plains, NY, we proudly support veterans, active-duty service members, and military families. Our flexible degree programs, personalized support, and dedicated military benefits advisor (SCO – School Certified Official) make it easier to navigate the education benefits you’ve earned. Whether you’re starting a new career or building on your service, CW is here to help you transition successfully into the workforce with skills that employers value.

Start your next mission—earn your degree and build your future at CW.

Military Admissions Office

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