Skip to content

En Español

Attend College Close to Home at
The College of Westchester

Discover the CW Way—Where You’re More Than Just a Student

Whether you’re 17, 24, or beyond, The College of Westchester (CW) in White Plains, NY is the right place to start or restart your college journey. Our students describe CW as a second home, a close-knit community where friendship, compassion, hospitality, and courage are part of everyday life. It’s what we proudly call The CW Way and it’s why our students become true Warriors

Start Earning College Credits in High School

JUMPSTART – EARLY COLLEGE CREDIT PROGRAM
Get a head start on college! High school juniors and seniors can earn college credits through CW’s Early College Jumpstart Program.

LEARN MORE HERE »

Ready to Take the Next Step?

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