Federal Contractor

NESTER CONSULTING LLC Federal Contract Obligations (Last 5 Years)

NESTER CONSULTING LLC (CAGE 67DT3, UEI D84JK2RNL7V4) has received 349 federal award actions totaling $1.27 billion over the last 5 years.

NESTER CONSULTING LLC’s federal contracting is concentrated in the Department of Veterans Affairs, which accounts for $1.21 billion across 289 actions. The vendor’s largest NAICS area is 541512 Computer Systems Design Services, followed by 518210 Computing Infrastructure Providers, Data Processing, Web Hosting, and Related Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations were highest in 2022 at $341.77 million and remained above $200 million in each year from 2021 through 2025.

CAGE Code
67DT3
UEI
D84JK2RNL7V4
Total Obligated
1.27 billion
1,268,658,820.55
Award Actions
349
Average Action Value
3,635,125.56

About NESTER CONSULTING LLC federal contract activity

NESTER CONSULTING LLC (CAGE 67DT3, UEI D84JK2RNL7V4) recorded 349 awards totaling $1.27 billion over the last 5 years, with an average award value of $3.64 million. The award profile is large and concentrated enough to indicate a sustained federal services relationship rather than sporadic activity.

Agency mix and customer concentration

The Department of Veterans Affairs accounts for the dominant share of obligations at $1.21 billion across 289 awards, making this vendor highly dependent on a single customer. Secondary activity is much smaller and dispersed across U.S. Immigration and Customs Enforcement, the Internal Revenue Service, DCSA, and the Bureau of the Fiscal Service, each contributing materially less than VA.

Industry profile based on NAICS activity

The vendor’s work is heavily concentrated in NAICS 541512, Computer Systems Design Services, which represents $937.29 million and 246 awards. Additional obligations are centered in NAICS 518210 for computing infrastructure and related services at $267.89 million across 56 awards, with a smaller but still relevant presence in NAICS 541519.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $341.77 million across 80 awards, then declined in 2023 before rebounding modestly in 2024 and 2025. Award volume remained relatively steady across the period, ranging from 55 to 84 awards per year, suggesting the primary change was in contract value rather than transaction frequency.

How to interpret this page

This summary is based on FPDS-observed obligations for the last 5 years and is organized by vendor identifiers, agency, NAICS, and annual award activity. Totals and counts are taken directly from the provided dataset; percentages and inferred contract characteristics are intentionally excluded.

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 5 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,212,661,618.72 1.21 billion 289
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 19,483,407.19 19.48 million 18
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
2036 BUREAU OF THE FISCAL SERVICE 7,317,876.56 7.32 million 8
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 3,381,904.61 3.38 million 9
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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 79,265.79 79.27 thousand 2
2100 DEPT OF THE ARMY 64,734.17 64.73 thousand 5

Insight

NESTER CONSULTING LLC’s obligations over the last 5 years are highly concentrated within the Department of Veterans Affairs, which accounts for $1.21 billion of the vendor’s $1.27 billion total obligated across 289 of 349 awards. The remaining obligations are distributed across a much smaller set of agencies, led by U.S. Immigration and Customs Enforcement ($19.48 million; 18 awards), the Internal Revenue Service ($15.15 million; 6 awards), and the Defense Counterintelligence and Security Agency ($9.39 million; 9 awards). This pattern indicates a dominant reliance on a single civilian agency, with only limited business volume spread across other federal customers.

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 5 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 937,294,876.10 937.29 million 246
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 267,891,918.33 267.89 million 56
541519 OTHER COMPUTER RELATED SERVICES 63,328,026.16 63.33 million 40
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

Over the last 5 years, NESTER CONSULTING LLC’s obligations are highly concentrated in IT-related NAICS codes, with 541512 Computer Systems Design Services accounting for $937.29 million across 246 awards, or roughly 74% of total obligated dollars. The second-largest category, 518210 Computing Infrastructure Providers, Data Processing, Web Hosting, and Related Services, adds $267.89 million across 56 awards, bringing the top two NAICS codes to about 95% of total obligations. A smaller share is spread across 541519 Other Computer Related Services at $63.33 million and limited residual obligations in 541990 and 334310, indicating a narrow procurement profile centered on core information technology services.

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 5 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

Insight

Over the last 5 years, NESTER CONSULTING LLC obligated $1.27 billion across 349 awards, averaging $3.64 million per award, indicating a moderately concentrated award profile across a substantial obligation base. Annual obligations were highest in 2022 at $341.77 million, then declined to the $201.33 million–$236.71 million range in 2023–2025, with 2025 at $230.08 million. Award volume peaked in 2021–2023 at 67–84 awards per year and fell to 55 in 2024 before increasing to 63 in 2025, suggesting obligations have remained relatively stable despite some year-to-year variation in award count.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.