Federal Contractor

MINBURN TECHNOLOGY GROUP, LLC Federal Contract Obligations (Last Year)

MINBURN TECHNOLOGY GROUP, LLC recorded 883 federal award actions and $983.79 million in obligations during the last full year.

MINBURN TECHNOLOGY GROUP, LLC (CAGE 66LV8, UEI WN8JFVZTBCA5) received $983,788,743.34 in federal obligations across 883 award actions in 2025. Most of this activity was concentrated in computer-related services and software, led by the Federal Acquisition Service, the Department of Veterans Affairs, and other major civilian agencies.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable obligations, exact obligations, award counts, agency mix, NAICS mix, and annual trend data provided.

CAGE Code
66LV8
UEI
WN8JFVZTBCA5
Total Obligated
983.79 million
983,788,743.34
Award Actions
883
Average Action Value
1,114,143.53

About MINBURN TECHNOLOGY GROUP, LLC federal contract activity

MINBURN TECHNOLOGY GROUP, LLC recorded $983.79 million in obligated federal spending across 883 awards in the last full year, for an average award value of $1.11 million. The vendor’s profile indicates a high-volume, mid-market contracting footprint with spend concentrated in information technology and related professional services.

Agency mix and customer concentration

Obligations were led by the Federal Acquisition Service at $240.94 million across 86 awards, followed by the Department of Veterans Affairs at $152.34 million across 368 awards. The next largest recipients were Offices, Boards and Divisions, the Department of State, and the Internal Revenue Service, showing a mix of centralized acquisition vehicles and mission agencies.

Industry profile based on NAICS activity

The spend base is dominated by NAICS 541519, Other Computer Related Services, which accounted for $606.62 million across 714 awards. NAICS 511210, Software Publishers, was the second-largest category at $359.67 million across 141 awards, while all other NAICS codes were comparatively minor and together represented a small share of total obligations.

Annual contract trend over the analysis window

The annual trend contains one observation for 2025, which captures the full-year total of $983.79 million across 883 awards. Because only one year is present, the data supports a snapshot of activity rather than a year-over-year growth assessment.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 66LV8 and UEI WN8JFVZTBCA5 for the last full year. Obligated amounts, award counts, and category groupings reflect the provided FPDS aggregates; no additional normalization or external enrichment was applied.

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 = '66LV8'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
4732 FEDERAL ACQUISITION SERVICE 240,937,825.91 240.94 million 86
3600 VETERANS AFFAIRS, DEPARTMENT OF 152,344,351.08 152.34 million 368
1501 OFFICES, BOARDS AND DIVISIONS 136,499,545.35 136.50 million 39
1900 STATE, DEPARTMENT OF 131,473,407.89 131.47 million 40
2050 INTERNAL REVENUE SERVICE 88,131,145.85 88.13 million 22
1205 USDA, DEPARTMENTAL ADMINISTRATION 57,342,653.37 57.34 million 6
8900 ENERGY, DEPARTMENT OF 45,158,439.06 45.16 million 87
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 41,351,475.68 41.35 million 74
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 11,357,607.46 11.36 million 3
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 10,719,532.11 10.72 million 5

Insight

MINBURN TECHNOLOGY GROUP, LLC obligated 983.79 million across 883 awards in the last full year, with a weighted average award value of 1.11 million. Top obligations were concentrated in the Federal Acquisition Service (240.94 million), followed by the Department of Veterans Affairs (152.34 million), Offices, Boards and Divisions (136.50 million), and the Department of State (131.47 million); these four agencies accounted for a substantial share of total obligated dollars. Award volume was more distributed than obligation value, with the Department of Veterans Affairs leading in award count (368) while the Federal Acquisition Service had the highest dollar concentration on 86 awards.

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 = '66LV8'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541519 OTHER COMPUTER RELATED SERVICES 606,621,965.57 606.62 million 714
511210 SOFTWARE PUBLISHERS 359,673,065.60 359.67 million 141
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 9,828,086.55 9.83 million 11
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 6,948,883.00 6.95 million 1
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 584,264.32 584.26 thousand 8
513210 SOFTWARE PUBLISHERS 62,898.06 62.90 thousand 3
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 55,213.80 55.21 thousand 1
541512 COMPUTER SYSTEMS DESIGN SERVICES 15,578.75 15.58 thousand 2
541511 CUSTOM COMPUTER PROGRAMMING SERVICES -334.51 -334.51 1
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING -877.80 -877.80 1

Insight

MINBURN TECHNOLOGY GROUP, LLC’s obligations in the last full year were highly concentrated in NAICS 541519, Other Computer Related Services, which accounted for $606.62 million across 714 awards, or roughly 62% of total obligated value. NAICS 511210, Software Publishers, was the second-largest category at $359.67 million across 141 awards, bringing the top two NAICS codes to about 98.4% of total obligations. The remaining NAICS codes each represented a small share of activity, with only isolated awards outside the core IT-related categories and two immaterial negative obligation entries.

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 = '66LV8'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 983,788,743.34 983.79 million 883

Insight

Over the last full year, MINBURN TECHNOLOGY GROUP, LLC (CAGE 66LV8) recorded $983.79 million in obligated value across 883 awards, for an average award value of about $1.11 million. The annual profile indicates substantial obligation volume with a relatively high award count, suggesting spend was distributed across many awards rather than concentrated in a small number of actions. With only one year in scope, no multi-year trend can be assessed from this window.

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