Skip to content

Evening College & Transfer Students Upcoming Semesters

Day – January 15th!
Evening – December 9th!

APPLY NOW
Open House & Transfer Days
Virtual Appointment: cw.edu/virtual

Students consider the CW community like family and agree that the caring environment contributes to their success. That’s because we see each student as the individual they are with unique goals and abilities.

We truly appreciate your ambition to create the career you desire!

• Success Coaches, Academic Advisors and Career Counselors are there for YOU!
• Caring, experienced faculty and staff!
• Flex schedule means you have options!
• Programs are Career-Focused!
• Scholarships are available for students like YOU!
• We offer a very generous credit transfer policy!
• There is no fee to apply – Use Code VISIT

Contact our Admissions Office:

Call: 1-833-768-2842 or 914-348-4308
Virtual Appointment: cw.edu/virtual
admissions@cw.edu

Request Information »
Apply Now »
Directions »

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 1-833-768-2842.

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