Federal Contractor

NESTER CONSULTING LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for NESTER CONSULTING LLC (CAGE 67DT3, UEI D84JK2RNL7V4) covering 547 award actions and $1.61 billion obligated over the last 10 years.

NESTER CONSULTING LLC has 547 federal award actions in the last 10 years, with total obligated spending of $1,610,304,711.45 and an average action value of $2,943,884.29. Most of this activity is concentrated at the Department of Veterans Affairs, with additional obligations from ICE, IRS, DCSA, and the Office of the Assistant Secretary for Administration and Management.

Generated at 03/21/2026

Analysis period: Last 10 years

Obligations and award counts are based on readable FPDS query data for the last 10 years; annual, agency, and NAICS totals reflect the provided analysis window.

CAGE Code
67DT3
UEI
D84JK2RNL7V4
Total Obligated
1.61 billion
1,610,304,711.45
Award Actions
547
Average Action Value
2,943,884.29

About NESTER CONSULTING LLC federal contract activity

NESTER CONSULTING LLC (CAGE 67DT3, UEI D84JK2RNL7V4) recorded 547 FPDS-observed awards totaling $1.61 billion over the last 10 years, for an average award value of $2.94 million. The profile is highly concentrated in a small number of large federal customers and predominantly services-heavy IT and consulting work.

Agency mix and customer concentration

The Department of Veterans Affairs accounts for $1.53 billion across 461 awards, making it the dominant buying agency by a wide margin. The remaining top agencies are much smaller in dollar terms and include U.S. Immigration and Customs Enforcement, the Internal Revenue Service, the Defense Counterintelligence and Security Agency, and the Office of the Assistant Secretary for Administration and Management, indicating a secondary but diversified federal customer base.

Industry profile based on NAICS activity

Contracting is centered on NAICS 541512, Computer Systems Design Services, which represents $1.22 billion and 405 awards. Additional activity appears in computing infrastructure and hosting under 518210, other computer-related services under 541519, and a much smaller amount in management consulting under 541611, showing a predominantly IT delivery profile with limited diversification outside core technology services.

Annual contract trend over the analysis window

Annual obligations in the visible recent years remained substantial but uneven, peaking at $341.77 million in 2022 before declining to $258.78 million in 2021, $201.33 million in 2023, and then rising again to $236.71 million in 2024 and $230.08 million in 2025. Award counts moved within a relatively narrow band from 55 to 84, suggesting a steady flow of recompeted or task-order activity rather than reliance on a single high-value year.

How to interpret this page

This page summarizes FPDS award records associated with NESTER CONSULTING LLC using the provided CAGE code and UEI over the last 10 years. Totals, counts, agency concentration, NAICS distribution, and annual trend figures reflect the supplied analysis window and should be interpreted as procurement-observed obligations, not a complete measure of all company revenue.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '67DT3'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,532,557,736.85 1.53 billion 461
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 23,342,649.72 23.34 million 19
2050 INTERNAL REVENUE SERVICE 15,153,110.97 15.15 million 6
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 9,386,342.22 9.39 million 9
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 9,383,230.75 9.38 million 15
2036 BUREAU OF THE FISCAL SERVICE 7,317,876.56 7.32 million 8
97DH DEFENSE HEALTH AGENCY (DHA) 6,960,128.58 6.96 million 8
4732 FEDERAL ACQUISITION SERVICE 4,929,075.52 4.93 million 11
8300 EXPORT-IMPORT BANK OF THE U.S. 819,264.00 819.26 thousand 1
5700 DEPT OF THE AIR FORCE 311,296.32 311.30 thousand 2

Insight

NESTER CONSULTING LLC’s obligations over the last 10 years are highly concentrated at the Department of Veterans Affairs, which accounts for $1.53 billion of the vendor’s $1.61 billion total obligated, or roughly 95% of all dollars across 461 awards. The remaining obligations are distributed across a limited set of agencies, led by U.S. Immigration and Customs Enforcement ($23.34 million, 19 awards) and the Internal Revenue Service ($15.15 million, 6 awards), with all other listed agencies each below $10 million. This pattern indicates a strong dependence on one primary customer, with relatively modest multi-agency diversification.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '67DT3'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,217,670,076.70 1.22 billion 405
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 274,840,265.50 274.84 million 58
541519 OTHER COMPUTER RELATED SERVICES 110,690,240.71 110.69 million 69
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 6,960,128.58 6.96 million 8
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 79,265.79 79.27 thousand 2
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 64,734.17 64.73 thousand 5

Insight

NESTER CONSULTING LLC’s obligations over the last 10 years are highly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $1.22 billion across 405 awards, or about 76% of total obligated value. The next two categories, NAICS 518210 and 541519, add another $385.5 million, bringing the top three NAICS to roughly 98% of total obligations and indicating a strong concentration in IT-related services. The remaining NAICS codes represent a small share of activity, with limited obligated value and low award counts, suggesting only incidental diversification outside the core computer services base.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '67DT3'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 230,079,500.76 230.08 million 63
2024 236,706,722.00 236.71 million 55
2023 201,328,378.16 201.33 million 67
2022 341,768,384.63 341.77 million 80
2021 258,775,835.00 258.78 million 84
2020 113,195,831.09 113.20 million 61
2019 82,960,930.21 82.96 million 61
2018 88,223,283.11 88.22 million 39
2017 56,807,017.73 56.81 million 36
2016 458,828.76 458.83 thousand 1

Insight

Over the last 10 years, NESTER CONSULTING LLC recorded $1.61 billion in obligated value across 547 awards, with activity concentrated in the most recent five years. Annual obligations rose from a low of $458.83 thousand in 2016 to a peak of $341.77 million in 2022, then remained elevated at $201.33 million to $236.71 million in 2023–2025. Award volume was also highest in 2021–2022, ranging from 80 to 84 awards, before moderating to 55–67 awards in 2023–2025.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.