Skip to content

About the College of Westchester

Learn more about the College of Westchester today.
At The College of Westchester, we prepare our students for a wide variety of in-demand careers

Providing Quality Career Training Since 1915

Since 1915, The College of Westchester (CW) has focused on the career success of its students. CW’s academic programs are carefully designed to provide the skills and competencies most desired by employers. Our campus environment is highly personal and our culture centers on service to students. CW faculty is selected based on experience, credentials and a caring attitude to bring real-world knowledge to the classroom.

The College’s technologies and web-enhanced learning tools give students anywhere, anytime connectivity to courses, professors, classmates and services. The College of Westchester offers an exceptional experience that can lead to a lifetime of achievement and success.

The CW Advantage

  • Career-focused programs designed with employer input.
  • Personalized admissions, career planning and financial aid advisement.
  • Caring small college environment with lots of personal attention.
  • Committed professors who care about your success.
  • Flexible scheduling: day, evening, and online classes.
  • Hybrid courses offering the best of online and on-campus learning.
  • Over $1.5 Million in Scholarships for qualified students.
  • Excellent academic support services.
  • Internship opportunities and lifetime graduate Career Services.

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