Nice well-kept countryside home in Knifley, Kentucky! This brick home consists of approximately 1,600 sq. ft. and is nestled on 3 acres m/l not far to Green River Lake. Home boasts three bedrooms and two full bathrooms, living room. The kitchen/dining combo furnishes an open space perfect for family gatherings and the rear deck off the kitchen and utility room provide additional space if needed. The full walkout basement offers additional storage space and leads you to a concrete covered patio great for relaxing. The metal roof ensures long-lasting protection with minimal maintenance concerns. The partially fenced yard offers security and provides a nice area for your kids or fur babies to romp and play. Additional assets of this property are 21ft. x 18ft. building located in the backyard having electric and concrete flooring with an open bay in rear of building, the 28ft.x 30ft. detached garage with concrete floor, electric and metal roof plus the wooded area that extends beyond the fence. The price is right on this gem located in Adair County, Kentucky, so schedule your private showing.
Property Details
MLS #26006246
StatusActive
TypeHouse
StyleRanch
LevelsOne
Rooms9
Lot Size3 acres
SubdivisionRural
HeatingElectric, Heat Pump
CoolingCentral Air, Electric, Heat Pump
FlooringLaminate, Vinyl
RoofMetal
ConstructionBrick Veneer
ParkingDetached Garage, Garage Faces Front
Schools
ElementaryAdair County
MiddleAdair County
High SchoolAdair Co
Listing Information
Listing AgentJohn David Hale
Listing OfficeGolden Rule - Wilson Real Estate & Auction #2 LLC
Listing data provided by Bluegrass REALTORS® MLS. Information deemed reliable but not guaranteed. MLS# 26006246. Last updated March 27, 2026. Equal Housing Opportunity.
var slImgs=["https://cdn.photos.sparkplatform.com/imagine/20260327193148651093000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193150376102000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193151117557000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193151621898000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193152327599000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193153021215000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193153675781000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193155387337000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193156361912000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193157088715000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193157753149000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193158383171000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193159043550000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193201523509000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193203361756000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193204263890000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193205212506000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193205920317000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193206564518000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193207313594000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193208120825000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193208888196000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193209826039000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193211089472000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193212291070000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193213292511000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193214368606000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193215517061000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193216337482000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193217319868000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193218245736000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193219039974000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193219979490000000-o.jpg","https://cdn.photos.sparkplatform.com/imagine/20260327193220889442000000-o.jpg"];
var slIdx=0;
function slGo(i){slIdx=i;document.getElementById("slMainImg").src=slImgs[i];document.getElementById("slImgNum").textContent=i+1;document.querySelectorAll(".sl-thumb").forEach(function(t,j){t.classList.toggle("active",j===i)})}
function slNav(d){slGo((slIdx+d+slImgs.length)%slImgs.length)}
document.addEventListener("keydown",function(e){if(e.key==="ArrowRight")slNav(1);if(e.key==="ArrowLeft")slNav(-1)});
(function(){
var h = document.querySelector('.site-header');
if (!h) return;
window.addEventListener('scroll', function(){
if (window.scrollY > 100) {
h.classList.add('scrolled');
} else {
h.classList.remove('scrolled');
}
});
})();
// Mobile hamburger menu
(function(){
var header = document.querySelector('.site-header .inside-header');
if (!header) return;
var ham = document.createElement('button');
ham.className = 'rr-hamburger';
ham.setAttribute('aria-label', 'Menu');
ham.setAttribute('aria-expanded', 'false');
ham.innerHTML = '<span></span><span></span><span></span>';
header.appendChild(ham);
var overlay = document.createElement('div');
overlay.className = 'rr-mobile-overlay';
var navLinks = document.querySelectorAll('.main-navigation .main-nav > ul > li > a');
navLinks.forEach(function(a) {
var link = document.createElement('a');
link.href = a.href;
link.textContent = a.textContent;
overlay.appendChild(link);
});
var closeBtn = document.createElement('button');
closeBtn.className = 'rr-nav-close';
closeBtn.textContent = 'CLOSE';
closeBtn.setAttribute('aria-label', 'Close menu');
overlay.insertBefore(closeBtn, overlay.firstChild);
document.body.appendChild(overlay);
function toggleMenu() {
var isOpen = overlay.classList.toggle('open');
ham.classList.toggle('active');
ham.setAttribute('aria-expanded', isOpen);
document.body.style.overflow = isOpen ? 'hidden' : '';
}
ham.addEventListener('click', toggleMenu);
closeBtn.addEventListener('click', toggleMenu);
overlay.querySelectorAll('a').forEach(function(a) {
a.addEventListener('click', function() {
if (overlay.classList.contains('open')) toggleMenu();
});
});
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape' && overlay.classList.contains('open')) toggleMenu();
});
})();