Tips for Reading More Backlist While Keeping up with New Releases

If your TBR pile feels like it’s growing faster than you can read, you’re not alone. As readers, we’re constantly tempted by shiny new releases, those beautiful covers and buzzworthy titles are hard to resist! But what about all the books we already  own or have been meaning to read for years? Striking a balance between your backlist books and the new ones hitting shelves is totally doable—and even enjoyable—with a few simple strategies.

Here are three tips to help you make progress on your backlist while still enjoying the thrill of new releases: Create a Seasonal Reading Plan (That Isn’t Overstuffed)Rather than setting an overly ambitious reading goal that includes every book you’ve ever wanted to read, try creating a seasonal reading plan. Think of it like a reading wish list just for the next few months. Select 4–6 books you want to focus on during the season—choose a mix of backlist titles and leave space for one or two new releases that you’re excited about.The key here is flexibility. If something new grabs your attention, you’ll have room in your plan to add it in without guilt or overwhelm. And having a manageable list helps you avoid the “what should I read next?” decision fatigue that can keep us from reading at all. Make Reading Time Non-NegotiableFinding time to read doesn’t mean you need to carve out hours each day. Even just 20 minutes can be enough to make meaningful progress. One great technique is reading sprints. Set a timer for 15–20 minutes and commit to reading without distractions. No checking email, scrolling social media, or jumping up to do dishes. Just you and your book. (Doesn’t that sound lovely?)Reading before bed, first thing in the morning, or while waiting in line or parked at school pickup can add up quickly. And if you find it tough to sit and read during busy weeks, audiobooks can be a game-changer. Listen while walking, cooking, or running errands—your TBR will thank you! Alternate Backlist with New ReleasesOne simple but effective approach is to alternate your reading: one backlist book followed by a new release. This keeps you moving forward with books you already own or have been meaning to read, without missing out on the excitement of new titles.You can also use themes or author binges to keep your momentum going—try reading two backlist titles from the same author before diving into their latest release. This can deepen your appreciation for their work and make the new book even more rewarding.Final Thought:It’s easy to feel like you’re falling behind when there are always more books being released. But reading is supposed to be joyful, not stressful. By building a seasonal plan, setting aside focused reading time, and mixing your old and new reads, you can make steady progress while still enjoying everything the book world has to offer.Have a favorite method for juggling your TBR? I’d love to hear how you balance your backlist with new releases in the comments below! Newsletter Signup!

Sign up today to receive regular updates from Debra about her Food Blogger mystery series and Resale Boutique mystery series, exclusive content and the recipe for her Divine Dark Chocolate Brownies.

Email Name Please wait... SUBSCRIBE NOW

Thank you for sign up!

var selectedLanguage = ""; var validationMessages = messages["en"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener("load", function () { var form_container = document.querySelector(`#mailerlite-form_8[data-temp-id="68550c1e1ad1d"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https://debrasennefelder.com/wp-admin...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: new URLSearchParams({ "action" : "ml_create_nonce", "ml_nonce" : form_container.querySelector("input[name='ml_nonce']").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector("input[name='ml_nonce']").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == "email") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement("span"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https://debrasennefelder.com/wp-admin...', { method: 'POST', headers:{ 'Content-Type': 'application/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ )) { return true; } return false; }

 

The post Tips for Reading More Backlist While Keeping up with New Releases appeared first on Debra Sennefelder.

 •  0 comments  •  flag
Share on Twitter
Published on June 19, 2025 08:03
No comments have been added yet.