Skip to content

Scholarships and Grants at The College of Westchester

Book a One-on-One Appointment »

President’s Scholarship (Day Division Only)

  • Up to half tuition for Associate and Bachelor’s programs.
  • For high school seniors starting the fall after graduation.
  • Based on academics and potential; financial need may be considered.
  • Cannot be combined with other CW scholarships.
  • Must maintain a 2.5 GPA each term.

School Scholarships

  • Available for Business, Health Professions, Human & Social Services, and Information Technology students.
  • Up to $8,000 per year.
  • Based on academics and potential; financial need may be considered.
  • Cannot be combined with other CW scholarships.
  • Must maintain a 2.5 GPA each term.

CW Empower Award (High School Seniors)

  • Covers tuition not already covered by federal/state grants.
  • For NY residents only.
  • Must have required GPA, full-time status, 2.5 GPA, and Student Aid Index (SAI) of 500 or less.
  • Must qualify for both Pell and NYS TAP grants.
  • Additional requirements apply (see Empower Award Agreement).

Other scholarships and grants are available to those who qualify.  To get started, fill out the form to see what you qualify for.

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