 

{"id":439186,"date":"2026-05-25T06:49:00","date_gmt":"2026-05-25T10:49:00","guid":{"rendered":"https:\/\/www.houzeo.com\/blog\/?p=439186"},"modified":"2026-05-25T06:49:10","modified_gmt":"2026-05-25T10:49:10","slug":"veterans-united-reviews","status":"publish","type":"post","link":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/","title":{"rendered":"Veterans United Reviews 2026: Are They Best For VA Loans?"},"content":{"rendered":"      \n    <div class=\"reqRattingNewHolderBox\">\n        <div class=\"reqRattingNewHolderBoxUpper\">\n            <div class=\"topRowWrap\">\n                <span class=\"companyLogoWrap\">\n                    <img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2025\/10\/Veterans-United.png\" alt=\"Logo\" rel=\"preload\"  class=\"logoBox\" \/>\n                <\/span>\n                <div class=\"rattingBox\">\n                    <p class=\"avgRatingText\">\n                        <span class=\"starIcon starRatingFive\"><\/span>\n                        <strong>4.9<\/strong>\n                    <\/p>\n                    <span class=\"editorRating\">Editor's Rating<\/span>\n                    <span class=\"totalReviewsCount\"><\/span>\n                <\/div>\n                <div class=\"rattingBox userRatingBox\">\n                    <p class=\"avgRatingText\">\n                        <span class=\"starIcon starRatingOne\"><\/span>\n                        <strong>0<\/strong>\n                    <\/p>\n                    <span class=\"editorRating\">User Rating<\/span>\n                    <span class=\"totalReviewsCount\">\n                        (0 Reviews)\n                    <\/span>\n                <\/div>\n                <div class=\"writeReviewRatingWrap\">\n                    <div class=\"writeReview\">Write a review<\/div>\n                    <div class=\"ratingstarwrap\">\n                        <div class=\"rating\">\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star5\" class=\"radio-1\" value=\"5\">\n                            <label for=\"add_review__star5\" title=\"Excellent\" class=\"star star-1\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star4\" class=\"radio-2\" value=\"4\">\n                            <label for=\"add_review__star4\" title=\"Great\" class=\"star star-2\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star3\" class=\"radio-3\" value=\"3\">\n                            <label for=\"add_review__star3\" title=\"Average\" class=\"star star-3\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star2\" class=\"radio-4\" value=\"2\">\n                            <label for=\"add_review__star2\" title=\"Poor\" class=\"star star-4\"><\/label>\n                            <input type=\"radio\" name=\"vendor_rating\" id=\"add_review__star1\" class=\"radio-5\" value=\"1\">\n                            <label for=\"add_review__star1\" title=\"Bad\" class=\"star star-5\"><\/label>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <p class=\"ReviewLogoText\">Veterans United Home Loans is a mortgage company that specializes in VA (Veterans Affairs) loans. They help veterans, their family members, and other military service personnel get loans backed by the US Department of Veterans Affairs.<\/p>\n        <div class=\"reqRattingNewHolderBoxLower\">\n            <div class=\"col_50 prosBox\">\n                <p class=\"reviewPros\">Pros <span class=\"arrow\"><\/span><\/p>\n                <ul style=\"display: none;\">\n                    <li>Get VA loans at the best rates with 0% down payment.<\/li><li>Pay interest rates lower than industry standards.<\/li><li>Connect with experienced agents.<\/li>                <\/ul>\n            <\/div>\n            <div class=\"col_50 consBox\">\n                <p class=\"reviewCons\">Cons <span class=\"arrow\"><\/span><\/p>\n                <ul style=\"display: none;\">\n                    <li>Extensive paperwork until the last minute.<\/li><li>Constant delays in closing.<\/li><li>Mortgage transfer to third party companies.<\/li>                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n    <script>\n    function setupToggle(triggerClass) {\n        document.querySelectorAll('.' + triggerClass).forEach(el => {\n            el.addEventListener('click', () => {\n                const ul = el.nextElementSibling;\n                const arrow = el.querySelector('.arrow');\n                const isVisible = window.getComputedStyle(ul).display === 'block';\n\n                \/\/ Toggle only the clicked one\n                if (isVisible) {\n                    ul.style.display = 'none';\n                    arrow.classList.remove('up');\n                } else {\n                    ul.style.display = 'block';\n                    arrow.classList.add('up');\n                }\n            });\n        });\n    }\n\n    setupToggle('reviewPros');\n    setupToggle('reviewCons');\n    <\/script>\n    <script>\n        var inputs = document.querySelectorAll(\".ratingstarwrap .rating input\");\n        inputs.forEach(function(input) {\n            input.addEventListener(\"click\", function(e) {\n                var inputValue = e.target.value;\n                var starPick = \"list__star\" + inputValue;\n                document.getElementById(starPick).checked = true;\n                var element = document.getElementById(\"reviewTabWrapper\");\n                element.scrollIntoView({\n                behavior: \"smooth\",\n                block: \"center\" \/\/ or \"center\" or \"end\" or \"nearest\"\n            });\n\n            });\n        });\n\n\n        \/\/ document.querySelector(\".toUserReviews\").addEventListener(\"click\", function(){\n        \/\/     document.getElementById(\"reviewList\").scrollIntoView({\n        \/\/         behavior: \"smooth\"  \n        \/\/     });\n        \/\/ });\n        \/\/ document.querySelector(\".toUserReview\").addEventListener(\"click\", function(){\n        \/\/     document.getElementById(\"reviewList\").scrollIntoView({\n        \/\/         behavior: \"smooth\"  \n        \/\/     });\n        \/\/ });\n\n        document.querySelector(\".writeReview\").addEventListener(\"click\", function () {\n            const form = document.getElementById(\"myForm\");\n            const textarea = form.querySelector(\".reviewerDescription\");\n\n            form.scrollIntoView({ behavior: \"smooth\", block: \"center\" });\n\n            const ensureScrollAndFocus = () => {\n                const formPosition = form.getBoundingClientRect().top;\n\n                if (formPosition >= 0 && formPosition < window.innerHeight) {\n                    \/\/ Form is in view; now focus the textarea\n                    if (textarea) {\n                        textarea.focus();\n                    }\n                } else {\n                    \/\/ Wait for next frame and check again\n                    requestAnimationFrame(ensureScrollAndFocus);\n                }\n            };\n\n            ensureScrollAndFocus();\n        });\n\n\n    <\/script>\n        \n\n\n\n<p class=\"margin-top-28\" id=\"intro\">Veterans United Home Loans is an online mortgage lender that primarily focuses on <a      href=\"https:\/\/www.houzeo.com\/blog\/what-is-va-loan\/\" target=\"_blank\" rel=\"noreferrer noopener\">VA loans<\/a>. Their mission is to help veterans become homeowners. As one of the largest VA mortgage lenders in the US, they often offer lower interest rates than the national average.<\/p>\n\n\n\n<p>Additionally, Veteran United offers a range of financing options, such as conventional, jumbo, and FHA loans, to serve a broader group of homebuyers. <\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"check-minus-content-list\" style=\"background-color: #dff0ff; padding:20px; margin-left:-5px;\">\n\u270d\ufe0f <b>Editor&#8217;s Take:<\/b> Veterans United has a 100% online process, competitive interest rates, and stellar customer service. However, many borrowers alleged that the lender transfers mortgages to third-party companies.<\/ul>\n\n\n\n<div class=\"wp-block-houzeo-takeaways-list takeawaysSec\"><p class=\"headKeySec\"><strong>Key Takeaways<\/strong> <\/p><ul class=\"listing\"><li><strong>Veterans United<\/strong> is a popular money lender that provides VA loans to veterans and their family members through an online process. <\/li><li><strong>Best For:<\/strong> Homebuyers who want convenience, quick approvals, and minimal paperwork. <\/li><li><strong>Ratings and Reviews: <\/strong>Average 4.4-star rating based on a total of 14,413 reviews.<\/li><li><strong>Customer Experience:<\/strong> Mostly positive. Many borrowers appreciated the seamless online process and found the team responsive. While some complained about last minute paperwork and delays.<\/li><li><strong>Reputation: <\/strong>Strong reputation. Holds an A+ accreditation on BBB. <\/li><li><strong>Pros:<\/strong> Lower interest rates, experienced agents, advanced online tools, and protection from scammers.<\/li><li><strong>Cons: <\/strong>No home equity loans, delay in closing, extensive paperwork, and unexpected mortgage transfer.<\/li><li><strong>Coverage: <\/strong>Services available nationwide. <\/li><li><strong>Alternatives: <\/strong>Navy Federal, USSA, and Rocket Mortgage.<\/li><\/ul><\/div>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"legit\"><strong>Is Veterans United Home Loans Legit?<\/strong><\/h2>\n\n\n\n<p>Yes, Veterans United Home Loans is a legitimate mortgage lender. Headquartered in Missouri, the company was founded by brothers Brant and Brock Bukowsky in 2002. Moreover, as per the Veterans United website, they have been one of the best VA lenders for the past decade.<\/p>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"veterans-united-reviews\"><strong><strong>Veterans United Reviews<\/strong><\/strong><\/h2>\n\n\n\n<p>We compiled ratings and reviews on Veterans United across platforms such as Google, Trustpilot, Yelp, and Better Business Bureau. The company has an average 4.4-star rating based on a total of 14,413 reviews.<\/p>\n\n\n\n<p>13,314 reviews are from <a      href=\"https:\/\/www.trustpilot.com\/review\/www.veteransunited.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Trustpilot<\/a>, where Veterans United has a 4.9-star rating. On <a      href=\"https:\/\/www.google.com\/search?q=veterans+united+realty&amp;sca_esv=39a7be94e852caff&amp;sxsrf=ANbL-n4aZcO8WV6-1W5IjS0Fr_MkQAHeSA%3A1773733772927&amp;ei=jAe5aYGsOPCgnesPuIXOgQ4&amp;biw=1366&amp;bih=633&amp;ved=0ahUKEwiBotibuaaTAxVwUGcHHbiCM-AQ4dUDCBE&amp;uact=5&amp;oq=veterans+united+realty&amp;gs_lp=Egxnd3Mtd2l6LXNlcnAiFnZldGVyYW5zIHVuaXRlZCByZWFsdHkyBRAAGIAEMgsQABiABBiKBRiRAjILEAAYgAQYigUYkQIyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAESPEOUIICWNEKcAF4AZABAJgBowGgAbgHqgEDMC43uAEDyAEA-AEBmAIIoALpB8ICChAAGEcY1gQYsAPCAg4QABjkAhjWBBiwA9gBAcICFxAuGNwGGLgGGNoGGNgCGMgDGLAD2AEBwgIKEAAYgAQYigUYQ8ICCxAuGIAEGMcBGK8BmAMAiAYBkAYPugYGCAEQARgJkgcDMS43oAf9KrIHAzAuN7gH3wfCBwUwLjEuN8gHJIAIAQ&amp;sclient=gws-wiz-serp#lrd=0x87dcb666f58550bf:0xeaa968b97717994f,1,,,,\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Google<\/a>, they have 4.6 stars from 176 reviews.<\/p>\n\n\n\n<p>On <a      href=\"https:\/\/www.yelp.com\/biz\/veterans-united-home-loans-columbia\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Yelp<\/a>, they have a 3.7-star rating based on 346 reviews. Additionally, they are an A+ accredited <a      href=\"https:\/\/www.bbb.org\/us\/mo\/columbia\/profile\/mortgage-broker\/veterans-united-home-loans-0734-310024839\/customer-reviews\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">BBB<\/a> company with 4.6 stars from 577 reviews.<\/p>\n\n\n<div id=\"footable_parent_906302\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui \">\n                <table data-ninja_table_instance=\"ninja_table_instance_0\" data-footable_id=\"906302\" data-filter-delay=\"1000\" aria-label=\"Veterans United Ratings\"            id=\"footable_906302\"\n           data-unique_identifier=\"ninja_table_unique_id_1151053934_906302\"\n           class=\" foo-table ninja_footable foo_table_906302 ninja_table_unique_id_1151053934_906302 ui table  ninja_search_right nt_type_legacy_table selectable striped vertical_centered  footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    <\/colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_state \">Website <\/th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_rating_out_of_5 \">Rating <\/th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_review_count \">Review Count<\/th><\/tr>\n<\/thead>\n<tbody>\n\n        <tr data-row_id=\"20147\" class=\"ninja_table_row_0 nt_row_id_20147\">\n            <td>Trust Pilot<\/td><td><img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2026\/05\/4.9.webp\"><\/td><td>13314<\/td>        <\/tr>\n            <tr data-row_id=\"20145\" class=\"ninja_table_row_1 nt_row_id_20145\">\n            <td> Google<\/td><td><img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2026\/05\/4.6.webp\"><\/td><td>176<\/td>        <\/tr>\n            <tr data-row_id=\"20146\" class=\"ninja_table_row_2 nt_row_id_20146\">\n            <td>BBB<\/td><td><img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2026\/05\/4.6.webp\"><\/td><td>577<\/td>        <\/tr>\n            <tr data-row_id=\"20165\" class=\"ninja_table_row_3 nt_row_id_20165\">\n            <td>Yelp<\/td><td><img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2026\/05\/3.7.webp\"><\/td><td>346<\/td>        <\/tr>\n            <tr data-row_id=\"20148\" class=\"ninja_table_row_4 nt_row_id_20148\">\n            <td>Weighted Average<\/td><td><img decoding=\"async\" src=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2026\/05\/4.4.webp\"><\/td><td>14,413<\/td>        <\/tr>\n    <\/tbody><!--ninja_tobody_rendering_done-->\n    <\/table>\n    \n    \n    \n<\/div>\n\n\n\n\n<p>Many positive reviews of the company highlighted that borrowers were happy with the professionalism shown by their agents and the low Veterans United home loan rates. However, the company&#8217;s complaints mentioned:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li id=\"virginia-beach-veterans-united-home-loans\">Delays in closing the home purchase<\/li>\n\n\n\n<li>Last-minute paperwork<\/li>\n\n\n\n<li>Unexpected mortgage transfers to third-party companies<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\" id=\"best-va-home-loans\"><strong>Veterans United Reviews: Praises<\/strong><\/h3>\n\n\n\n<p>\u2705 <a      href=\"https:\/\/www.trustpilot.com\/reviews\/69b86fd0a99b1515c49d21d0\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Alexis<\/a> shared that the Veterans United team helped them and their family throughout the loan process. They found the company to be helpful and responsive.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Alexis<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2026<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:100%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">The Veterans United team was extremely helpful, user-friendly, and super responsive throughout the entire loan process. Their support to my family was top-tier before, during, and even after the formal loan process. I have already begun recommending Veterans United to my friends and coworkers.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Trustpilot<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<p>\u2705 <a      href=\"https:\/\/www.trustpilot.com\/reviews\/69b58c12ea4da1fa953946ea\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Ted<\/a> stated that their experience of obtaining a mortgage was the easiest ever with Veterans United. The team was very responsive and kept them updated on every step of the process.   <\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Ted<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2026<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:100%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">The process was the easiest that I have ever experienced when obtaining a mortgage. Adam and the team were very proactive and responsive. I would receive calls, text messages, and emails during the process to keep me informed or to just ask how things were going.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Trustpilot<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<p>\u2705 Veterans United quickly connected <a      href=\"https:\/\/share.google\/hCaHvBco1afrjFeWy\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">B. Brown<\/a> with a local agent after they answered a few questions. The agent helped the buyer successfully close their home within a short time-frame. Overall, they felt cared for and found the company to be credible.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">B. Brown<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2025<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:100%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">On a Saturday in July (2025) I answered a few simple questions &amp; within moments I had several emails connecting me to resources. Soon after, the same day, an agent, local to my purchase preference site, called me directly. On Sept 6th, she (my agent) &amp; I had my forever home closed upon &amp; everything was great. Y&#8217;all do good work &amp; I felt very cared for. I purchased out right so I didn\u2019t need a loan. But with your program, I worked with a most excellent agent that you had already vetted for me. Credibility from you all &amp; from her is unmatched for home buying. Thank you!!<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Google <\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\" id=\"veterans-united-home-loans-va-irrrl\"><strong>Veterans United Home Loans Reviews: Complaints<\/strong><\/h3>\n\n\n\n<p>\u274c <a      href=\"https:\/\/www.trustpilot.com\/reviews\/695f9856ac09b3ca765eb1d2\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Jonathan Dean<\/a> had an awful experience with Veterans United. They had to repeatedly submit documents, even just days before the closing. Despite strong financial qualifications and seeking a loan for only 35% of the home&#8217;s value, they faced many difficulties.<\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Jonathan Dean <\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2026<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:20%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">Getting a mortgage with Veteran&#8217;s United has been an absolutely awful experience. They offered the same interest rate as Navy FCU and had good reviews so I decided to use this company&#8230; what a mistake! I have been submitted documents over and over and it&#8217;s now 7 days from closing and I&#8217;m still submitting documents. 7 days from closing! This is my 4th mortgage and I&#8217;ve never had an experience like this. I regret ever contacting this company. For background, I&#8217;m putting down approximately 65%, asking for a loan for 35% of the home&#8217;s value, the mortgage payment would be less than 20% of my monthly income.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Trustpilot<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<p>\u274c <a      href=\"https:\/\/share.google\/IzQKAA5OWHOz3Ckiy\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Steve Silliman<\/a> advised people seeking VA loans to go for a local lender rather than Veterans United. They accused the company of showing a lack of effort and not conducting proper due diligence to make sure the buyer received the loan. <\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Steve Silliman<\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2025<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:20%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">This company is way more harmful than good. If you are trying to use a VA loan, go with a local lender that can do VA. These people won&#8217;t even take the time to do their due diligence and make sure you can get a loan. Then when called out on their lack of effort they just blame it on the Veterans Administration. When it was entirely their lack of effort. Even spoke to a supervisor who was as useless as their loan officer. Thankfully I have a local Mortgage person that put in some effort and got me a loan. Will tell everyone I ever meet to use any company but this one.<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Google<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<p>\u274c <a      href=\"https:\/\/www.trustpilot.com\/reviews\/6940f6579450ecded18298e6\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Jimmy Elkins<\/a> shared that they lost over a thousand dollars after a seller backed out of the home sale a few days before the closing. They blamed Veterans United and said that the homeowner backed out after the company asked for a last-minute water quality test on the property. <\/p>\n\n\n\n<div class=\"testimonial_review_wrapper\" class=\"wp-block-houzeo-testimonial-block\"><div class=\"inner_wrapper\"><div class=\"reviewer_name__stars\"><div class=\"reviewer_name_col\"><span class=\"reviewer_name_text\">Jimmy Elkins <\/span><span class=\"reviewer_location_text\">USA<\/span><span class=\"review_submit_date\">Submitted 2025<\/span><\/div><div class=\"review_stars\"><div class=\"rating\"><div class=\"only-stars-background\"><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/div><span class=\"outerbox-wrap dark-green\" style=\"width:20%;\"><i><label title=\"Excellent\" class=\"star star-1\"><\/label><label title=\"Great\" class=\"star star-2\"><\/label><label title=\"Average\" class=\"star star-3\"><\/label><label title=\"Poor\" class=\"star star-4\"><\/label><label title=\"Bad\" class=\"star star-5\"><\/label><\/i><\/span><\/div><\/div><\/div><p class=\"review_description\">Veterans United wanted a water test done on the property a couple of days before closing. The seller backed out of the deal because this was going to delay closing and I am now out over a thousand dollars for the appraisal, termite inspection and home inspection!!!<\/p><p class=\"review_description\"><\/p><p class=\"source_text\">Source: Trustpilot<\/p><\/div><span class=\"blue_border_tringle\"><\/span><\/div>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"pros-and-cons\"><strong><strong>Veterans United VA Home Loan Pros and Cons<\/strong><\/strong><\/h2>\n\n\n\n<p>We analyzed numerous Veterans United reviews and found both benefits and drawbacks of their services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\"><strong>\u2705 Pros<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li id=\"veterans-united-va-irrrl-rates\"><strong>Lower Interest Rates:<\/strong> Veterans United mortgage rates are lower than the industry average.<\/li>\n\n\n\n<li id=\"va-united-reviews\"><strong>Experienced Agents:<\/strong> Veterans United is one of the best mortgage lenders for VA loans and boasts a team of real estate agents with a lot of experience. As a result, many buyers like <a      href=\"https:\/\/www.yelp.com\/biz\/veterans-united-home-loans-columbia?hrid=JBcWct60rt2xu1xiOX3ODw&#038;utm_campaign=www_review_share_popup&#038;utm_medium=copy_link&#038;utm_source=(direct)\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Mark S<\/a>. praised their loan officer for guiding them during the whole process.<\/li>\n\n\n\n<li><strong>Advanced Online Tools:<\/strong> Veterans United equips first-time buyers with tools, like the VA Loan Calculator, payment management systems, etc., to make the process easier.<\/li>\n\n\n\n<li><strong>Protection From Scammers:<\/strong> Many homebuyers were sceptical about sharing their contact details with Veterans United, fearing spam calls. However, <a      href=\"https:\/\/www.yelp.com\/biz\/veterans-united-home-loans-columbia?hrid=YbsfikeKciZP9GnG06yygw&#038;utm_campaign=www_review_share_popup&#038;utm_medium=copy_link&#038;utm_source=(direct)\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Alexandros A<\/a>. shared that the company has a system in place to restrict scammers from reaching out to you.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\"><strong>\u274c Cons<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li id=\"veterans-united-home\"><strong>No Home Equity Loans:<\/strong> Veterans United doesn&#8217;t offer <a      href=\"https:\/\/www.houzeo.com\/blog\/home-equity-loan\/\" target=\"_blank\" rel=\"noreferrer noopener\">home equity loans<\/a> or <a      href=\"https:\/\/www.houzeo.com\/blog\/home-equity-line-of-credit\/\" target=\"_blank\" rel=\"noreferrer noopener\">HELOC loans<\/a>.<\/li>\n\n\n\n<li><strong>Delays in Closing: <\/strong>Many <a      href=\"#veterans-united-home-loans-va-irrrl\">buyers&#8217; complaints<\/a> highlight that Veterans United introduced last-minute changes or inspections of the properties, which led to the home sale falling through. <\/li>\n\n\n\n<li><strong>Extensive Paperwork:<\/strong> Customers shared that Veterans United had them repeatedly share documents until a few days before the closing, which made the process very stressful. Moreover, buyer <a      href=\"https:\/\/www.trustpilot.com\/reviews\/690055f6a46c698bfbf2bc9a\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Andres Betancourt<\/a> stated that after submitting an enormous amount of personal information, the company disqualified their loan application.<\/li>\n\n\n\n<li id=\"best-banks-for-va-home-loans\"><strong>Unexpected Mortgage Transfer:<\/strong> Some buyers complained that Veterans United unexpectedly transferred their mortgage to another company after closing. For instance, <a      href=\"https:\/\/www.yelp.com\/biz\/veterans-united-home-loans-columbia?hrid=KKaCTpUQnCKJkWsB3-9V6Q&#038;utm_campaign=www_review_share_popup&#038;utm_medium=copy_link&#038;utm_source=(direct)\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Janet B<\/a>. used Veterans United&#8217;s services twice, and both times, their mortgages were transferred to third-party companies.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-custom-accordion custom-accordion\">\n<div class=\"wp-block-custom-accordion-item accordion-item\"><button class=\"accordion-header\"><span class=\"accordion-title\">Which are the best VA mortgage lenders?<\/span><img decoding=\"async\" loading=\"lazy\" width=\"840px\" height=\"450px\" class=\"accordion-icon\" src=\"https:\/\/dtpwvruv8ddnl.cloudfront.net\/images\/flat-fee-mls\/faqArrow.svg\" alt=\"toggle\"\/><\/button><div class=\"accordion-content\">\n<p>Veterans United, USSA, Rocket Mortgage, etc are some of the best lenders for VA home loans. Take a look at <a      href=\"#Veterans-United-Competitors\">Veterans United alternatives<\/a> where we have compared the services of some of the best VA home lenders.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"eligibility\"><strong>Eligibility for VA Loans<\/strong><\/h2>\n\n\n\n<p>Veterans United specializes in VA loans. The eligibility criteria for Veterans United VA loans are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Served 90 consecutive days of active duty during wartime.<\/li>\n\n\n\n<li>Completed 181 days of active service during peacetime.<\/li>\n\n\n\n<li>Accumulated 6 years of service in the National Guard or Reserves, or served 90 days (with at least 30 days consecutively) under Title 32.<\/li>\n\n\n\n<li>Qualified as the spouse of a service member who died while serving or due to a service-related disability.<\/li>\n\n\n\n<li>Discharged due to hardship, at the convenience of the government, as part of a reduction in force, or due to a medical condition or a service-connected disability.<\/li>\n\n\n\n<li>Discharged early and completed a minimum of 21 months out of a 2-year enlistment commitment.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"Mortgage-Rates\"><strong>Veterans United VA Loan Mortgage Rates<\/strong><\/h2>\n\n\n\n<p>Veterans United gives you estimates for only VA loan interest rates and not for any other types of loans. For other loans, you can get a customized quote on their website. Fill out details about your income, housing allowance, debt payment, and <a      href=\"https:\/\/www.houzeo.com\/blog\/what-is-a-down-payment\/\" target=\"_blank\" rel=\"noreferrer noopener\">down payment<\/a>.<\/p>\n\n\n\n<p>As of May 7th, 2026, Veterans United VA home loan rates are:<\/p>\n\n\n<div id=\"footable_parent_441103\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui \">\n                <table data-ninja_table_instance=\"ninja_table_instance_1\" data-footable_id=\"441103\" data-filter-delay=\"1000\" aria-label=\"Veterans United Rates\"            id=\"footable_441103\"\n           data-unique_identifier=\"ninja_table_unique_id_2943327148_441103\"\n           class=\" foo-table ninja_footable foo_table_441103 ninja_table_unique_id_2943327148_441103 ui table  nt_type_legacy_table selectable striped vertical_centered  footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                            <col class=\"ninja_column_2 \">\n                    <\/colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_parameters \">Parameters<\/th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_30_year_fixed_va_purchase_loan \">30-Year Fixed VA Purchase Loan<\/th><th scope=\"col\"  class=\"ninja_column_2 ninja_clmn_nm_20_year_fixed_va_purchase_loan \">20-Year Fixed VA Purchase Loan<\/th><\/tr>\n<\/thead>\n<tbody>\n\n        <tr data-row_id=\"15488\" class=\"ninja_table_row_0 nt_row_id_15488\">\n            <td><b>Rate<\/b><\/td><td>5.500%<\/td><td>5.500%<\/td>        <\/tr>\n            <tr data-row_id=\"15490\" class=\"ninja_table_row_1 nt_row_id_15490\">\n            <td><b>Points<\/b><\/td><td>1.6880 ($4979.60)<\/td><td>1.6880 ($4979.60)<\/td>        <\/tr>\n            <tr data-row_id=\"15489\" class=\"ninja_table_row_2 nt_row_id_15489\">\n            <td><b>APR<\/b><\/td><td>5.9%<\/td><td>6.0%<\/td>        <\/tr>\n    <\/tbody><!--ninja_tobody_rendering_done-->\n    <\/table>\n    \n    \n    \n<\/div>\n\n\n\n\n<p><em>Disclaimer: Rates are based on a <a      href=\"https:\/\/www.houzeo.com\/blog\/what-credit-score-is-needed-to-buy-a-house\/\" target=\"_blank\" rel=\"noreferrer noopener\">credit score<\/a> of 720.<\/em><\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"check-minus-content-list\" style=\"background-color: #dff0ff; padding:20px; margin-left:-5px;\">\n \ud83d\udea8<b>Important:<\/b> Since VA home mortgage rates can change frequently we advise you to check their most recent interest rate on Veterans United website. You can also call the Veterans United phone numer provided on the site and get more apt updates.<\/ul>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"how-to-apply\"><strong>How to Apply For a Mortgage?<\/strong><\/h2>\n\n\n\n<p>On Veterans United&#8217;s website, click the &#8216;check your eligibility&#8217; button. If eligible, your account will be created, and you will be prompted to another extensive form.<\/p>\n\n\n\n<p>This form will require information about your purchase, personal income, and finances, including any property you already own or any other source of income you have.<\/p>\n\n\n\n<p>Lastly, Veterans United runs a soft credit check. You can expect to hear from them within 1 business day via mail or call.<\/p>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"Veterans-United-Fees\"><strong>Veterans United Realty Fees<\/strong><\/h2>\n\n\n\n<p>Although the Veterans United website does not mention a fee, we found reports that alleged that the company charges <a      href=\"https:\/\/www.forbes.com\/advisor\/mortgages\/veterans-united-home-loans-review\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">1%<\/a> of the loan amount. This includes <a      href=\"https:\/\/www.investopedia.com\/terms\/o\/origination-fee.asp\" target=\"_blank\" rel=\"noreferrer noopener\">origination<\/a>, processing, and underwriting fees, or a minimum of $3,500.<\/p>\n\n\n\n<p>These fees are in line with the industry standards of VA home loan lenders. Veterans United also reportedly charges VA funding fees. This is a one-time cost and ranges from 1.25% to 2.15% of the loan&#8217;s amount.<\/p>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"Veterans-United-Competitors\"><strong><strong>Veterans United Competitors<\/strong><\/strong><\/h2>\n\n\n\n<p>With our thorough research, we found three other top VA loan lenders: Navy Federal, USSA, and Rocket Mortgage. Here&#8217;s how these VA approved lenders compare to Veterans United on the metrics of interest rates, finance solutions, and variety of options. <\/p>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\" id=\"Veterans-United-vs.-Navy-Federal\"><strong>1. Interest Rate: Veterans United vs. Navy Federal<\/strong><\/h3>\n\n\n\n<p>Veterans United loans have an interest rate of 5.5% for a term of 30 years. Meanwhile, their APR is as low as 5.9%. <\/p>\n\n\n\n<p>Navy Federal advertises a slightly lower interest rate at 5.3% for a term of 30 years. Plus, their APR is also lower than that of Veterans United at 5.8%. <\/p>\n\n\n\n<ul class=\"check-minus-content-list\" style=\"background-color: #dff0ff; padding:20px; margin-left:-5px;\">\n \ud83d\udea8<b>Important:<\/b> Although the percentage difference is slight between Veterans United and Navy Federal, over a long period of time, you can end up saving more with Navy Federal.<\/ul>\n\n\n\n<h3 class=\"wp-block-heading margin-top-15\" id=\"Veterans-United-vs.-USSA\"><strong>2. Finance Solutions: Veterans United vs. USSA<\/strong><\/h3>\n\n\n\n<p>Veterans United provides essential services that can help veterans with their home-buying process. Along with offering VA loans, they also provide online tools to make the home purchase easier. <\/p>\n\n\n\n<p>Meanwhile, USSA offers a wide range of services, serving as an all-in-one financial platform for veterans. Along with banking solutions, they offer insurance, investments, and money management services. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"va-home-loan-interest-rates-today\"><strong>3. Variety of Options: Veterans United vs. Rocket Mortgage<\/strong><\/h3>\n\n\n\n<p>Veterans United can offer you conventional, jumbo loans, and other types of loans. However, they specialize in helping out veterans take VA loans. As a result, your lending process might not go as smoothly when applying for a conventional loan with the company.<\/p>\n\n\n\n<p>Rocket Mortgage, on the other hand, has vast expertise with all types of loans. They can offer you a VA loan. However, in case you don&#8217;t qualify for one, you can still use their services to apply for other types of mortgages. <\/p>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"va-loans-near-me\"><strong>Veterans United Home Loans Locations<\/strong><\/h2>\n\n\n\n<p>Veterans United Home Loans is licensed and serves in all 50 states and D.C. Their web portal allows them to extend services throughout the nation.<\/p>\n\n\n\n<p>Veterans United&#8217;s online approach is helpful. You can easily <a      href=\"https:\/\/www.houzeo.com\/blog\/how-to-get-a-mortgage\/\" target=\"_blank\" rel=\"noreferrer noopener\">apply for a mortgage<\/a> and track its progress. You can also contact their customer service, which is available 24\/7.<\/p>\n\n\n<div id=\"footable_parent_439893\"\n         class=\" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui \">\n                <table data-ninja_table_instance=\"ninja_table_instance_2\" data-footable_id=\"439893\" data-filter-delay=\"1000\" aria-label=\"Veterans United Home Loans Coverage\"            id=\"footable_439893\"\n           data-unique_identifier=\"ninja_table_unique_id_273964725_439893\"\n           class=\" foo-table ninja_footable foo_table_439893 ninja_table_unique_id_273964725_439893 ui table  nt_type_legacy_table selectable striped vertical_centered  footable-paging-right ninja_table_search_disabled ninja_table_pro\">\n                <colgroup>\n                            <col class=\"ninja_column_0 \">\n                            <col class=\"ninja_column_1 \">\n                    <\/colgroup>\n        <thead>\n<tr class=\"footable-header\">\n                                        <th scope=\"col\"  class=\"ninja_column_0 ninja_clmn_nm_states \">States<\/th><th scope=\"col\"  class=\"ninja_column_1 ninja_clmn_nm_cities  \">Cities<\/th><\/tr>\n<\/thead>\n<tbody>\n\n        <tr data-row_id=\"15464\" class=\"ninja_table_row_0 nt_row_id_15464\">\n            <td><b>Alabama<\/b><\/td><td>Serving Fort Novosel<\/td>        <\/tr>\n            <tr data-row_id=\"15465\" class=\"ninja_table_row_1 nt_row_id_15465\">\n            <td><b>California<\/b><\/td><td>Auburn, San Diego<\/td>        <\/tr>\n            <tr data-row_id=\"15466\" class=\"ninja_table_row_2 nt_row_id_15466\">\n            <td><b>Colorado<\/b><\/td><td>Colorado Springs<\/td>        <\/tr>\n            <tr data-row_id=\"15467\" class=\"ninja_table_row_3 nt_row_id_15467\">\n            <td><b>Florida<\/b><\/td><td>Tempa<\/td>        <\/tr>\n            <tr data-row_id=\"15468\" class=\"ninja_table_row_4 nt_row_id_15468\">\n            <td><b>Georgia<\/b><\/td><td>Augusta, Hinesville, Savannah<\/td>        <\/tr>\n            <tr data-row_id=\"15469\" class=\"ninja_table_row_5 nt_row_id_15469\">\n            <td><b>Hawaii<\/b><\/td><td>All Islands<\/td>        <\/tr>\n            <tr data-row_id=\"15470\" class=\"ninja_table_row_6 nt_row_id_15470\">\n            <td><b>Idaho<\/b><\/td><td>Mountain Home<\/td>        <\/tr>\n            <tr data-row_id=\"15471\" class=\"ninja_table_row_7 nt_row_id_15471\">\n            <td><b>Illinois<\/b><\/td><td>Scott Air Force Base<\/td>        <\/tr>\n            <tr data-row_id=\"15472\" class=\"ninja_table_row_8 nt_row_id_15472\">\n            <td><b>Kentucky<\/b><\/td><td>Fort Knox<\/td>        <\/tr>\n            <tr data-row_id=\"15473\" class=\"ninja_table_row_9 nt_row_id_15473\">\n            <td><b>Nebraska<\/b><\/td><td>Omaha<\/td>        <\/tr>\n            <tr data-row_id=\"15474\" class=\"ninja_table_row_10 nt_row_id_15474\">\n            <td><b>North Carolina<\/b><\/td><td>Fayetteville, Jacksonville<\/td>        <\/tr>\n            <tr data-row_id=\"15475\" class=\"ninja_table_row_11 nt_row_id_15475\">\n            <td><b>Oklahoma<\/b><\/td><td>Fort Sill, Oklahoma City<\/td>        <\/tr>\n            <tr data-row_id=\"15476\" class=\"ninja_table_row_12 nt_row_id_15476\">\n            <td><b>South Carolina<\/b><\/td><td>Charleston, Greenville<\/td>        <\/tr>\n            <tr data-row_id=\"15477\" class=\"ninja_table_row_13 nt_row_id_15477\">\n            <td><b>Tennessee<\/b><\/td><td>Clarksville<\/td>        <\/tr>\n            <tr data-row_id=\"15478\" class=\"ninja_table_row_14 nt_row_id_15478\">\n            <td><b>Texas<\/b><\/td><td>Austin, Killeen, San Antonio<\/td>        <\/tr>\n            <tr data-row_id=\"15479\" class=\"ninja_table_row_15 nt_row_id_15479\">\n            <td><b>Virginia<\/b><\/td><td>Hampton Roads<\/td>        <\/tr>\n            <tr data-row_id=\"15480\" class=\"ninja_table_row_16 nt_row_id_15480\">\n            <td><b>Washington<\/b><\/td><td>Puyallup<\/td>        <\/tr>\n    <\/tbody><!--ninja_tobody_rendering_done-->\n    <\/table>\n    \n    \n    \n<\/div>\n\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\" id=\"conclusion\"><strong>Is Veterans United a Good Mortgage Company?<\/strong><\/h2>\n\n\n\n<p>Yes, if you are looking for VA loans, Veterans United Home Loans is a good choice for you. They offer competitive rates and 100% customer satisfaction. However, if you are looking for other types of loans, you might want to do a bit more research.<\/p>\n\n\n\n<p>Veterans United doesn\u2019t provide many details about other loans on their website. Therefore, we can&#8217;t recommend them for it. <\/p>\n\n\n\n<div class=\"wp-block-custom-accordion custom-accordion\">\n<div class=\"wp-block-custom-accordion-item accordion-item\"><button class=\"accordion-header\"><span class=\"accordion-title\">Veterans United Mortgage Company Reviews: Research Methodology<\/span><img decoding=\"async\" loading=\"lazy\" width=\"840px\" height=\"450px\" class=\"accordion-icon\" src=\"https:\/\/dtpwvruv8ddnl.cloudfront.net\/images\/flat-fee-mls\/faqArrow.svg\" alt=\"toggle\"\/><\/button><div class=\"accordion-content\">\n<p>We conducted thorough research on Veterans United to provide an unbiased and fact-based analysis. Our research compiled data on real customer experiences from credible sources. To maintain accuracy, the methodology included:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Credible Reviews:<\/strong> We gathered reviews from sources such as Google, Yelp, Trustpilot, and BBB to ensure accuracy.<\/li>\n\n\n\n<li><strong>Qualitative Analysis: <\/strong>We analyzed reviews to identify common themes and gauge overall customer sentiment. <\/li>\n\n\n\n<li><strong>Objective <\/strong><strong style=\"color: initial;\">Insights: <\/strong><span style=\"color: initial;\">To highlight both pros and cons, we summarized all the <\/span>reviews and offered neutral insights.<\/li>\n<\/ul>\n<\/div><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading margin-top-28\"><strong><strong>Veterans United FAQs<\/strong><\/strong><\/h2>\n\n\n\t\t<div class=\"wp-faq-schema-wrap wp-faq-schema-accordion\">\n\t\t\t\t\t\t<div class=\"wp-faq-schema-items\">\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\t1. What is Veterans United?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>Veterans United is a mortgage lender that specializes in VA loans. They offer competitive interest rates and stellar customer service to <a href=\"#eligibility\" data-wpel-link=\"internal\">eligible veterans<\/a>. They also offer other types of loans. However, they don't provide any information about these loans on their website, so you need to contact their customer service to know the interest rates.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\t2. Is Veterans United legit?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>Yes, Veterans United is a legitimate company.  They they have been one of the best VA loan lenders in the US for the last 10 years. Moreover, <a href=\"#veterans-united-reviews\" data-wpel-link=\"internal\">Veterans United reviews<\/a> have an impressive rating of 4.4 out of 5-star reviews, showcasing their customer satisfaction.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\t3. Does Veterans United offer conventional loans?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>Yes, Veterans United offers conventional loans. However, they do not offer any information about these loans on their website. If you are looking for conventional loans, you can go for either <a style=\"font-style: inherit;font-weight: inherit\" href=\"https:\/\/www.houzeo.com\/blog\/better-mortgage-reviews\/\" target=\"_blank\" rel=\"noopener\" data-wpel-link=\"internal\">Better Mortgage<\/a> or <a style=\"font-style: inherit;font-weight: inherit\" href=\"https:\/\/www.houzeo.com\/blog\/rocket-mortgage-reviews\/\" target=\"_blank\" rel=\"noopener\" data-wpel-link=\"internal\">Rocket Mortgage<\/a>. They offer competitive rates and stellar customer services.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<p class=\"ui-accordion-header\">\n\t\t\t\t\t\t4. Does Veterans United sell their loans?\t\t\t\t\t\t<span class=\"ui-accordion-header-icon ui-icon ui-icon-triangle-1-s\"><\/span>\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div class=\"ui-accordion-content\">\n\t\t\t\t\t\t<p>Yes, they do. Multiple <a href=\"#veterans-united-reviews\" data-wpel-link=\"internal\">customer reviews of Veterans United<\/a> talk about it. These reviews also highlight the problems they had to face due to this practice. The problems usually occur because the lenders that purchase these loans have different policies than Veterans United.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"<div class=\"new-excerpt\"><p class=\"small-desc\">Veterans United Home Loans is an online mortgage lender that primarily focuses on VA loans. Their mission is to help veterans become homeowners. As one of the largest VA mortgage lenders in the US, they often...<\/p><\/div><div class=\"reading_date\"><span class=\"readtime\">12 mins read<\/span><span class=\"date\">May 25, 2026<\/span><\/div>","protected":false},"author":102,"featured_media":439244,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[46277,46226],"tags":[50402,30474,30471,51046,51045],"class_list":["post-439186","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-company-reviews","category-seller","tag-va-united-reviews","tag-veteran-united","tag-veterans-united-bad-reviews","tag-veteransunited","tag-vetrans-united"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Veterans United Reviews 2026: Are They Best For VA Loans?<\/title>\n<meta name=\"description\" content=\"Veterans United is an online mortgage lender with a 4.9\/5-star rating. Read Veterans United reviews to know their rates, fees, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Veterans United Reviews 2026: Are They Best For VA Loans?\" \/>\n<meta property=\"og:description\" content=\"Veterans United is an online mortgage lender with a 4.9\/5-star rating. Read Veterans United reviews to know their rates, fees, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/\" \/>\n<meta property=\"og:site_name\" content=\"Houzeo Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-25T10:49:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-25T10:49:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/Veterans-United-reviews.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"810\" \/>\n\t<meta property=\"og:image:height\" content=\"435\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Anwesha Dash\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anwesha Dash\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Veterans United Reviews 2026: Are They Best For VA Loans?","description":"Veterans United is an online mortgage lender with a 4.9\/5-star rating. Read Veterans United reviews to know their rates, fees, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/","og_locale":"en_US","og_type":"article","og_title":"Veterans United Reviews 2026: Are They Best For VA Loans?","og_description":"Veterans United is an online mortgage lender with a 4.9\/5-star rating. Read Veterans United reviews to know their rates, fees, and more.","og_url":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/","og_site_name":"Houzeo Blog","article_published_time":"2026-05-25T10:49:00+00:00","article_modified_time":"2026-05-25T10:49:10+00:00","og_image":[{"width":810,"height":435,"url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/Veterans-United-reviews.webp","type":"image\/webp"}],"author":"Anwesha Dash","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anwesha Dash","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/","url":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/","name":"Veterans United Reviews 2026: Are They Best For VA Loans?","isPartOf":{"@id":"https:\/\/www.houzeo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/#primaryimage"},"image":{"@id":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/#primaryimage"},"thumbnailUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/Veterans-United-reviews.webp","datePublished":"2026-05-25T10:49:00+00:00","dateModified":"2026-05-25T10:49:10+00:00","description":"Veterans United is an online mortgage lender with a 4.9\/5-star rating. Read Veterans United reviews to know their rates, fees, and more.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.houzeo.com\/blog\/veterans-united-reviews\/#primaryimage","url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/Veterans-United-reviews.webp","contentUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2023\/12\/Veterans-United-reviews.webp","width":810,"height":435,"caption":"Veterans United reviews"},{"@type":"WebSite","@id":"https:\/\/www.houzeo.com\/blog\/#website","url":"https:\/\/www.houzeo.com\/blog\/","name":"Houzeo Blog","description":"","publisher":{"@id":"https:\/\/www.houzeo.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.houzeo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.houzeo.com\/blog\/#organization","name":"Houzeo","url":"https:\/\/www.houzeo.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.houzeo.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2020\/07\/new-logo.png","contentUrl":"https:\/\/www.houzeo.com\/blog\/wp-content\/uploads\/2020\/07\/new-logo.png","width":190,"height":55,"caption":"Houzeo"},"image":{"@id":"https:\/\/www.houzeo.com\/blog\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/439186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/users\/102"}],"replies":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/comments?post=439186"}],"version-history":[{"count":141,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/439186\/revisions"}],"predecessor-version":[{"id":932693,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/posts\/439186\/revisions\/932693"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/media\/439244"}],"wp:attachment":[{"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/media?parent=439186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/categories?post=439186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.houzeo.com\/blog\/wp-json\/wp\/v2\/tags?post=439186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}