Federal Contractor

NEW TECH SOLUTIONS, INC. Federal Contract Obligations (Last Year)

NEW TECH SOLUTIONS, INC. (CAGE 1QN24, UEI XK11LLUL61A7) received 4,381 federal awards totaling $566.84 million in the last full year.

In the last full year, NEW TECH SOLUTIONS, INC. recorded $566,839,919.23 in obligations across 4,381 award actions, for an average action value of $129,385.96. Most of the dollars were tied to NAICS 541519, Other Computer Related Services, and the largest agency recipients were DISA, the Department of the Air Force, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

Annual trend data in this view covers 2025 only, so the year total matches the last full year analysis window.

CAGE Code
1QN24
UEI
XK11LLUL61A7
Total Obligated
566.84 million
566,839,919.23
Award Actions
4,381
Average Action Value
129,385.96

About NEW TECH SOLUTIONS, INC. federal contract activity

NEW TECH SOLUTIONS, INC. (CAGE 1QN24, UEI XK11LLUL61A7) received 4,381 awards totaling $566.84 million in the last full year, for an average award value of $129,385.96. The obligation base is heavily concentrated in a high-volume, moderate-dollar award profile, indicating broad transaction activity rather than reliance on a small number of exceptionally large actions.

Agency mix and customer concentration

Spending was led by DEFENSE INFORMATION SYSTEMS AGENCY (DISA) at $73.02 million across 332 awards, followed closely by the DEPT OF THE AIR FORCE at $69.37 million and the DEPT OF THE NAVY at $64.16 million. The remaining top buyers include the NATIONAL INSTITUTES OF HEALTH and the DEPARTMENT OF STATE, showing a mix of defense and civilian demand with no single agency dominating the full portfolio.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, accounted for $503.42 million across 3,601 awards and overwhelmingly defined the vendor’s activity in the period. Smaller but material obligations were recorded in Electronic Computer Manufacturing, Software Publishers, and radio/wireless equipment manufacturing, suggesting the vendor supports both services and technology supply categories.

Annual contract trend over the analysis window

The annual trend data provided covers 2025 only, with $566.84 million obligated across 4,381 awards. Because only one year is included, the data supports a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS Query results for the last full year and uses obligated dollars and award counts as reported in the provided dataset. Agency and NAICS summaries reflect the highest-ranked categories by total obligated amount; no additional assumptions were applied beyond the supplied values.

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 = '1QN24'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 73,022,480.43 73.02 million 332
5700 DEPT OF THE AIR FORCE 69,372,545.51 69.37 million 445
1700 DEPT OF THE NAVY 64,157,479.61 64.16 million 648
7529 NATIONAL INSTITUTES OF HEALTH 34,861,965.21 34.86 million 193
1900 STATE, DEPARTMENT OF 33,846,764.94 33.85 million 641
2100 DEPT OF THE ARMY 24,882,367.40 24.88 million 225
7014 U.S. CUSTOMS AND BORDER PROTECTION 24,600,827.13 24.60 million 114
97AS DEFENSE LOGISTICS AGENCY 20,684,232.53 20.68 million 78
97DH DEFENSE HEALTH AGENCY (DHA) 18,844,616.19 18.84 million 101
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 16,344,560.17 16.34 million 237

Insight

Over the last full year, NEW TECH SOLUTIONS, INC. recorded $566.84 million across 4,381 awards, with obligations concentrated in a relatively small set of agencies. DISA, the Department of the Air Force, and the Department of the Navy were the top obligating agencies at $73.02 million, $69.37 million, and $64.16 million, respectively, together accounting for roughly 36% of total obligations. Award activity was more dispersed than dollars, with the Department of the Navy and Department of State each issuing more than 600 awards despite lower obligation totals, indicating a mix of higher-volume, lower-value awards alongside larger awards at DISA and the Air Force.

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 = '1QN24'
        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 503,423,062.42 503.42 million 3,601
334111 ELECTRONIC COMPUTER MANUFACTURING 32,069,676.84 32.07 million 363
511210 SOFTWARE PUBLISHERS 14,258,836.80 14.26 million 178
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 10,186,502.20 10.19 million 79
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 1,213,796.12 1.21 million 30
513210 SOFTWARE PUBLISHERS 1,049,134.15 1.05 million 38
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 721,032.76 721.03 thousand 6
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 687,528.47 687.53 thousand 5
334210 TELEPHONE APPARATUS MANUFACTURING 665,637.84 665.64 thousand 11
334112 COMPUTER STORAGE DEVICE MANUFACTURING 562,253.80 562.25 thousand 5

Insight

Over the last full year, NEW TECH SOLUTIONS, INC. (CAGE 1QN24) obligations were highly concentrated in NAICS 541519, Other Computer Related Services, which accounted for 503.42 million of 566.84 million total obligations across 3,601 awards. The next largest NAICS, 334111 Electronic Computer Manufacturing, was materially smaller at 32.07 million and 363 awards, indicating a steep drop-off after the primary category. Remaining obligations were distributed across software publishing, communications equipment manufacturing, and several smaller computer/electronics codes, with no other NAICS exceeding 14.26 million.

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 = '1QN24'
        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 566,839,919.23 566.84 million 4,381

Insight

In the last full year, NEW TECH SOLUTIONS, INC. (CAGE 1QN24) obligated $566.84 million across 4,381 awards, with an average award value of $129,385.96. Because only one annual period is provided, no year-over-year trend can be established from this window. The volume of awards indicates a highly distributed obligation pattern rather than reliance on a small number of very large awards.

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.