View Our Customer Relationship Summary
Skip to main content

Aslan Wealth Partners

Printed from: www.aslanwealthpartners.com

Federal Income Tax

What's Your Estimated Federal Income Tax Liability?

Paying federal income taxes is one of most people’s least favorite annual activities. As a result, many people tend to procrastinate by not planning for their taxes each year and by completing and filing the forms at the last possible minute. This calculator is designed to help you estimate your annual federal income tax liability.

For the 2026 tax year, the standard deductions are as follows: single, $16,100; heads of household $24,150; married filing separately, $16,100; and married filing jointly, $32,200.

Your Results

Based on your inputs, below is an estimate of the amount you could owe in federal income tax for the 2026 tax year.

Is the amount greater than you expected? You may be able to help reduce your tax liability by contributing more to your employer-sponsored retirement plan or by increasing your itemized deductions. For example, you may want to increase your charitable contributions or pre-pay deductible expenses such as state taxes.

Your total pre-tax income: $0
Based on the information you have provided, your federal income tax liability would be: $0

This is only an estimate of your total taxes. A tax refund or taxes still owed would depend on withholdings, estimated taxes paid, eligible tax credits, and other factors not considered here. This is not to be construed as a final determination of your federal tax liability; a tax professional should be consulted. Alternative minimum tax and itemized deductions are not considered.

Are you comfortable with the amount you are paying in taxes? There are steps you can take to help reduce your annual tax burden. Review your individual situation and develop a strategy to help reduce your taxable income.

Where Your Annual Income Goes

 

This is only an estimate of your total taxes. A tax refund or taxes still owed would depend on withholdings, estimated taxes paid, eligible tax credits, and other factors not considered here. This is not to be construed as a final determination of your federal tax liability; a tax professional should be consulted. Alternative minimum tax and itemized deductions are not considered.

<script> function changeSpecificHrefs(oldHref, newHref) { const allLinks = document.querySelectorAll('a'); // Iterate over the collection of links allLinks.forEach(link => { // Check if the link's current href matches the one you want to change if (link.href === oldHref) { // If it matches, set the new href link.href = newHref; // Or use setAttribute: link.setAttribute('href', newHref); } }); } document.addEventListener('DOMContentLoaded', function () { changeSpecificHrefs('contact_us', 'Contact-Us.8.htm'); changeSpecificHrefs('/preview/contact_us', '/preview/Contact-Us.8.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us/', 'https://admin.emeraldconnect.com/preview/Contact-Us.8.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us', 'https://admin.emeraldconnect.com/preview/Contact-Us.8.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us/', 'https://admin2.emeraldconnect.com/preview/Contact-Us.8.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us', 'https://admin2.emeraldconnect.com/preview/Contact-Us.8.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us/', 'https://www.letsplanyourretirement.com/Contact-Us.8.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us', 'https://www.letsplanyourretirement.com/Contact-Us.8.htm'); }); // Contact Validator $.validator.setDefaults({ submitHandler: function (e) { var _f = $('#form'); if (_f.find('.antispam input').val() != 'not spam') { // honeypot was populated. don't submit return false; } else { var url = 'form_proc.cfm'; var formData = $('#form').serializeArray(); $.post(url, formData).done(function (data) { console.log('Form submitted'); }); console.log(formData); // Clear fileds once form is submitted $('#form').closest('form').find('input[type=text], textarea').val(''); $('#form').fadeOut(); $('.contact-form').empty().hide().html( '

Thank you!

Your submission is complete

' ).fadeIn('slow'); } } }); // Equal to static Value $.validator.addMethod("equalStatic", function (value, element, param) { return this.optional(element) || value === param; }, "You must answer the question correctly"); $('#form').validate({ rules: { Name: 'required', Email: { required: true, email: true }, Message: 'required', Question: { required: true, equalStatic: '24' } }, messages: { Name: 'Name is Required', Email: 'Email Address is Incorrect', } }); if ('body:is(.customsection8)') { $('body.customsection8 .map-address').load('contact_us #hcard'); } <script> // Get the .map-address element const mapAddress = document.querySelector('.map-address'); // Create the button element const button = document.createElement('a'); button.href = 'https://calendly.com/zdimare-financialguide'; button.classList.add('schedule-meeting-btn'); button.textContent = 'Schedule a Meeting'; button.target = '_blank'; button.rel = 'noopener noreferrer'; // Insert the button before the .map-address element mapAddress.parentNode.insertBefore(button, mapAddress); <script> document.addEventListener('DOMContentLoaded', function () { // Check if the body has the 'agents_list' class if (document.body.classList.contains('agents_list')) { // Find the h2 element var h2Element = document.querySelector('h2.agents_location.collapsed'); if (h2Element) { // Create a new paragraph element var newParagraph = document.createElement('p'); newParagraph.textContent = "Through our relationship with MassMutual Metro New York we have access to the following specialists and resources."; // Insert the new paragraph after the h2 element h2Element.parentNode.insertBefore(newParagraph, h2Element.nextSibling); } // Find the last ul element in the content div var contentDiv = document.getElementById('content'); var ulElements = contentDiv.getElementsByTagName('ul'); var lastUl = ulElements[ulElements.length - 1]; if (lastUl) { // Create another new paragraph element var anotherParagraph = document.createElement('p'); anotherParagraph.textContent = "These individuals above are not employees of Aslan Wealth Partners. These resources are employees of the MassMutual Metro New York."; // Insert the new paragraph after the last ul element lastUl.parentNode.insertBefore(anotherParagraph, lastUl.nextSibling); } } });