91³Ô¹ÏÍø

Watch CBS News

You can earn 4.85% APY with this savings account right now

gettyimages-1335240355.jpg
Many of today's top high-yield accounts earn more than 10 times the national average. Getty Images/iStockphoto

Today's top high-yield savings rates are higher than they've been in years. You can earn upwards of 4.00% or even 4.50% on some savings accounts — more than 10 times the on regular savings accounts.

A good high-yield savings account should offer you a competitive rate compared to other savings options today, as well as minimum balance requirements, account transfer options, security features and a fee schedule that works for your savings goals.

While each of those details may depend on your personal preferences and financial situation, choosing the best rate can be more of a numbers game. To help you get started, we're highlighting one of the best rates available right now. With this high 4.85% APY, you can add hundreds of dollars to your savings balance over time.

.

How to earn 4.85% APY right now

CIT Bank's Platinum Savings account is one of the best savings rate options available today, at 4.85% APY.

To earn that rate, you'll need to keep a balance of at least $5,000. Otherwise, the APY drops to just 0.25%. The account charges no maintenance fees, but you must deposit at least $100 at the opening. CIT is an online bank, so you'll have the option to transfer your funds in and out via electronic transfer, mailed check or wire. Your deposits are also insured up to FDIC limits.

To put that interest rate into perspective, say you open the account with the minimum $5,000 balance. After one year at the same 4.85% rate, you would earn about $242.50 on your savings for a new total balance of $5,242.50. If, on the other hand, you left that $5,000 sitting in a regular savings account earning the national average 0.40% APY, you'd earn just $20 in a year, for a total of $5,020. 

CIT Bank also has another high-earning account that you might consider if you don't have a $5,000 balance. With Savings Connect, you'll earn a 4.60% APY with just a $100 deposit at the opening, also with no monthly fees.

CIT Bank is just one of many banks offering attractive high-yield accounts. !

Other high-yield savings accounts to consider

CIT's Platinum Savings rate may be one of the best available today, but it's not the only competitive account around. Here are a few high-yield savings accounts with similarly high rates that can help you maximize your savings. Like CIT Bank's savings account, each of these is FDIC-insured up to the $250,000 max:

Bask Bank: 4.75% APY

Bask offers another of the highest-earning savings accounts today, with a 4.75% APY. There is no minimum balance requirement, as long as you fund your account within 15 days of account opening. There are no monthly fees. You can transfer money to your account using an electronic transfer from another bank account, wire transfer or mobile check deposit.

Bread Savings: 4.65% APY

The high-yield savings account from Bread Savings earns 4.65% APY. You'll pay no monthly maintenance fees and only need a $100 minimum deposit to open. You can deposit money with an electronic transfer from another account, mobile check deposit or wire.

Citizens Access: 4.50% APY

You can earn 4.50% APY on any balance over $0.01 with the Citizens Access high-yield savings account. There are no monthly fees to maintain the account. When you want to transfer money in or out, you can do so using an electronic transfer from another bank account or by mailing a check.

The bottom line

Choosing the best high-yield savings account for you can come down to a few details, but maximizing your balance with a great interest rate is likely at the top of your list. 

With CIT Bank's Platinum Savings account, you can get among the highest rates available right now with a 4.85% APY. Like other savings accounts, this APY is also a variable rate. So if rates continue to rise in the future, you could earn more — even if you already have an open account.

If you have the minimum required balance saved already and you're looking for the highest rates, you may want to add CIT to your list. But before you decide, don't forget to also to find the one best fit for your goals.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });